enterprise/common/model/approval_checkin.go

16 lines
286 B
Go
Raw Normal View History

2024-01-07 18:53:21 +08:00
package model
type ApprovalCheckin struct {
Id int64
Username string
2024-01-07 22:54:33 +08:00
Month string
2024-01-07 18:53:21 +08:00
SpNo string
CheckinType string
CheckinDate string
CheckinTime string
CheckinRemark string
ApplyTime string
CreateTime int64
UpdateTime int64
}