...
|
...
|
@@ -66,6 +66,7 @@ type EvaluationBaseAdapter struct { |
|
|
CompanyLogo string `json:"companyLogo,"` //公司logo
|
|
|
CompanyName string `json:"companyName"` //公司名称
|
|
|
SupperUser string `json:"superUser"` //目标用户的上级
|
|
|
Types int `json:"types"` //评估类型
|
|
|
DutyTime string `json:"dutyTime"` //入职时间
|
|
|
Status string `json:"status"` //完成状态
|
|
|
CheckResult string `json:"checkResult"` //确认绩效结果
|
...
|
...
|
|