|
|
@@ -29,6 +29,6 @@ type PlatPunchRecords struct {
|
|
|
UpdatedTime *gtime.Time `orm:"updated_time" json:"updatedTime"` // 更新时间
|
|
|
DeletedTime *gtime.Time `orm:"deleted_time" json:"deletedTime"` // 删除时间
|
|
|
PunchType string `orm:"punch_type" json:"punchType"` // 打卡类型(10居家20客户30经销商40代理商)
|
|
|
- TargetId string `orm:"target_id" json:"targetId"` //根据打卡类型选择10居家->不需要录入20客户
|
|
|
+ TargetId int `orm:"target_id" json:"targetId"` //根据打卡类型选择10居家->不需要录入20客户
|
|
|
TargetName string `orm:"target_name" json:"targetName"` // 根据打卡类型选择
|
|
|
}
|