...
|
...
|
@@ -15,6 +15,7 @@ type StaffAssessContent struct { |
|
|
Value string `json:"value"` //评估填写的值
|
|
|
ReteResult string `json:"reteResult"` //评估的结果
|
|
|
Rule EvaluationRule `json:"rule"` //评估的选项规则
|
|
|
Weight int `json:"weight" ` //"权重"
|
|
|
CreatedAt time.Time `json:"createdAt"` //数据创建时间
|
|
|
UpdatedAt time.Time `json:"updatedAt"` //数据更新时间
|
|
|
DeletedAt *time.Time `json:"deletedAt"`
|
...
|
...
|
|