作者 tangxuhui

调试

@@ -175,12 +175,12 @@ type ( @@ -175,12 +175,12 @@ type (
175 //更新共创合约 175 //更新共创合约
176 type ( 176 type (
177 ReqCooperationContractUpdate struct { 177 ReqCooperationContractUpdate struct {
178 - CooperationContractId int `json:"cooperationContractId"` // 共创合约id 178 + CooperationContractId int `json:"cooperationContractId,string"` // 共创合约id
179 CooperationContractDescription string `json:"cooperationContractDescription"` //共创 179 CooperationContractDescription string `json:"cooperationContractDescription"` //共创
180 CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号 180 CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
181 CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号, 181 CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
182 DepartmentId string `json:"departmentId"` // 共创合约发起部门id 182 DepartmentId string `json:"departmentId"` // 共创合约发起部门id
183 - CooperationContractUndertakerType []int `json:"cooperationContractUndertakerType"` // 共创合约承接对象,1员工,2共创用户,3公开 183 + CooperationContractUndertakerType []int `json:"cooperationContractUndertakerTypes"` // 共创合约承接对象,1员工,2共创用户,3公开
184 CooperationContractName string `json:"cooperationContractName"` // 共创合约名称 184 CooperationContractName string `json:"cooperationContractName"` // 共创合约名称
185 CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码, 185 CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码,
186 SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid 186 SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid