作者 tangxvhui

调整

... ... @@ -21,5 +21,5 @@ type SummaryEvaluationValue struct {
Remark string //填写的内容反馈
CreatedAt time.Time //数据创建时间
UpdatedAt time.Time //数据更新时间
HrCheck int // >0:代表是人资稽查填写的评估
HrCheck int `pg:",use_zero"` // >0:代表是人资稽查填写的评估
}
... ...