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