...
|
...
|
@@ -170,7 +170,7 @@ type ( |
|
|
|
|
|
ReqCooperationContractAdd struct {
|
|
|
CooperationContractDescription string `json:"cooperationContractDescription"` // 共创合约描述
|
|
|
CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
// CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
|
|
|
DepartmentId string `json:"departmentId"` // 共创合约发起部门id
|
|
|
CooperationContractUndertakerType []int `json:"cooperationContractUndertakerTypes"` // 共创合约承接对象,1员工,2共创用户,3公开
|
...
|
...
|
@@ -197,7 +197,7 @@ type ( |
|
|
ReqCooperationContractUpdate struct {
|
|
|
CooperationContractId int `json:"cooperationContractId,string"` // 共创合约id
|
|
|
CooperationContractDescription string `json:"cooperationContractDescription"` //共创
|
|
|
CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
// CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
|
|
|
DepartmentId string `json:"departmentId"` // 共创合约发起部门id
|
|
|
CooperationContractUndertakerType []int `json:"cooperationContractUndertakerTypes"` // 共创合约承接对象,1员工,2共创用户,3公开
|
...
|
...
|
|