正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -80,7 +80,7 @@ type CreateUndertakersCommand struct { | @@ -80,7 +80,7 @@ type CreateUndertakersCommand struct { | ||
| 80 | 80 | ||
| 81 | type CreateCooperationContractCommand struct { | 81 | type CreateCooperationContractCommand struct { |
| 82 | // 共创合约描述 | 82 | // 共创合约描述 |
| 83 | - CooperationContractDescription string `cname:"共创合约描述" json:"cooperationContractDescription" valid:"Required"` | 83 | + CooperationContractDescription string `cname:"共创合约描述" json:"cooperationContractDescription"` |
| 84 | // 共创项目编号 | 84 | // 共创项目编号 |
| 85 | CooperationProjectNumber string `cname:"共创项目编号" json:"cooperationProjectNumber,omitempty"` | 85 | CooperationProjectNumber string `cname:"共创项目编号" json:"cooperationProjectNumber,omitempty"` |
| 86 | // 共创合约发起部门ID | 86 | // 共创合约发起部门ID |
-
请 注册 或 登录 后发表评论