正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -21,5 +21,5 @@ type SummaryEvaluationValue struct { | @@ -21,5 +21,5 @@ type SummaryEvaluationValue struct { | ||
21 | Remark string //填写的内容反馈 | 21 | Remark string //填写的内容反馈 |
22 | CreatedAt time.Time //数据创建时间 | 22 | CreatedAt time.Time //数据创建时间 |
23 | UpdatedAt time.Time //数据更新时间 | 23 | UpdatedAt time.Time //数据更新时间 |
24 | - HrCheck int // >0:代表是人资稽查填写的评估 | 24 | + HrCheck int `pg:",use_zero"` // >0:代表是人资稽查填写的评估 |
25 | } | 25 | } |
-
请 注册 或 登录 后发表评论