作者 tangxvhui

更新

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