正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | // 共创合约编号 |
-
请 注册 或 登录 后发表评论