作者 tangxvhui

调整

@@ -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 }