|
@@ -22,7 +22,7 @@ type SummaryEvaluationValue struct { |
|
@@ -22,7 +22,7 @@ type SummaryEvaluationValue struct { |
|
22
|
Rating RatingLevel `json:"rating"` //评级时的填写值
|
22
|
Rating RatingLevel `json:"rating"` //评级时的填写值
|
|
23
|
CreatedAt time.Time `json:"createdAt"` //数据创建时间
|
23
|
CreatedAt time.Time `json:"createdAt"` //数据创建时间
|
|
24
|
UpdatedAt time.Time `json:"updatedAt"` //数据更新时间
|
24
|
UpdatedAt time.Time `json:"updatedAt"` //数据更新时间
|
|
25
|
- HrCheck int `json:"hrCheck"` // >0:代表是人资稽查填写的评估
|
25
|
+ HrCheck int `json:"hrCheck"` // 记录人员id,人资稽查谁填写评估 ;>0:代表是人资稽查填写的评估
|
|
26
|
}
|
26
|
}
|
|
27
|
|
27
|
|
|
28
|
type SummaryEvaluationValueRepository interface {
|
28
|
type SummaryEvaluationValueRepository interface {
|