...
|
...
|
@@ -175,16 +175,16 @@ type ( |
|
|
//更新共创合约
|
|
|
type (
|
|
|
ReqCooperationContractUpdate struct {
|
|
|
CooperationContractId int `json:"cooperationContractId"` // 共创合约id
|
|
|
CooperationContractDescription string `json:"cooperationContractDescription"` //共创
|
|
|
CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
|
|
|
DepartmentId string `json:"departmentId"` // 共创合约发起部门id
|
|
|
CooperationContractUndertakerType []int `json:"cooperationContractUndertakerType"` // 共创合约承接对象,1员工,2共创用户,3公开
|
|
|
CooperationContractName string `json:"cooperationContractName"` // 共创合约名称
|
|
|
CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码,
|
|
|
SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid
|
|
|
DividendsIncentivesRules []DividendsIncentivesRule `json:"dividendsIncentivesRules"` // 金额激励规则列表
|
|
|
CooperationContractId int `json:"cooperationContractId,string"` // 共创合约id
|
|
|
CooperationContractDescription string `json:"cooperationContractDescription"` //共创
|
|
|
CooperationContractNumber string `json:"cooperationContractNumber"` // 共创合约编号
|
|
|
CooperationProjectNumber string `json:"cooperationProjectNumber"` // 共创项目编号,
|
|
|
DepartmentId string `json:"departmentId"` // 共创合约发起部门id
|
|
|
CooperationContractUndertakerType []int `json:"cooperationContractUndertakerTypes"` // 共创合约承接对象,1员工,2共创用户,3公开
|
|
|
CooperationContractName string `json:"cooperationContractName"` // 共创合约名称
|
|
|
CooperationModeNumber string `json:"cooperationModeNumber"` // 共创模式编码,
|
|
|
SponsorUid string `json:"sponsorUid,omitempty,"` // 共创合约发起人uid
|
|
|
DividendsIncentivesRules []DividendsIncentivesRule `json:"dividendsIncentivesRules"` // 金额激励规则列表
|
|
|
MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"`
|
|
|
Undertakers []Undertaker `json:"undertakers"` // 承接方列表 // 业绩分红激励规则列表
|
|
|
RelevantIds []string `json:"relevantIds"` //关联业务员
|
...
|
...
|
|