package model
type StaffPayLog struct {
Id int64
StaffId int64
PayType string
Amount int64
Title string
CreateTime int64
}