|
|
@@ -28,4 +28,7 @@ type PlatPunchRecords struct {
|
|
|
UpdatedName string `orm:"updated_name" json:"updatedName"` // 更新人
|
|
|
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客户
|
|
|
+ TargetName string `orm:"target_name" json:"targetName"` // 根据打卡类型选择
|
|
|
}
|