作者 tangxvhui

更新

@@ -13,8 +13,8 @@ type ListAssessContentCycleDay struct { @@ -13,8 +13,8 @@ type ListAssessContentCycleDay struct {
13 } 13 }
14 14
15 type ExportAssessContentCycleDay struct { 15 type ExportAssessContentCycleDay struct {
16 - CompanyId int `json:"companyId"`  
17 - OperaterId int `json:"operaterId"` 16 + CompanyId int `json:"-"`
  17 + OperaterId int `json:"-"`
18 CycleId int `json:"cycleId,string"` //周期id 18 CycleId int `json:"cycleId,string"` //周期id
19 BeginDayList []string `json:"beginDayList"` //评估开始的时间 19 BeginDayList []string `json:"beginDayList"` //评估开始的时间
20 TargetUserName string `json:"targetUserName"` 20 TargetUserName string `json:"targetUserName"`