...
|
...
|
@@ -7,6 +7,6 @@ type ListExecutorAssessQuery struct { |
|
|
UserName string `json:"userName"` //查询条件 员工的名称
|
|
|
CompanyId int `json:"companyId"` //
|
|
|
ExecutorId int `json:"executorId,string"` //评估的执行人,必填
|
|
|
CycleId int `json:"cycleId"` //评估周期id 必填
|
|
|
CycleId int `json:"cycleId,string"` //评估周期id 必填
|
|
|
BeginDay string `json:"beginDay"` //评估任务的开始日期 2006-01-02
|
|
|
} |
...
|
...
|
|