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