作者 tangxuhui

数据结构调整

@@ -11,7 +11,7 @@ type UpdateCooperationContractCommand struct { @@ -11,7 +11,7 @@ type UpdateCooperationContractCommand struct {
11 //操作人 11 //操作人
12 Operator domain.Operator `json:"-"` 12 Operator domain.Operator `json:"-"`
13 CooperationContract struct { 13 CooperationContract struct {
14 - CooperationContractId int `json:"cooperationContractId"` 14 + CooperationContractId int `json:"cooperationContractId,string"`
15 // 共创合约描述 15 // 共创合约描述
16 CooperationContractDescription string `json:"cooperationContractDescription"` 16 CooperationContractDescription string `json:"cooperationContractDescription"`
17 // 共创合约编号 17 // 共创合约编号