...
|
...
|
@@ -25,7 +25,7 @@ type CreateCooperationContractCommand struct { |
|
|
// 共创模式编码,
|
|
|
CooperationModeNumber string `json:"cooperationModeNumber"`
|
|
|
// 共创合约发起人uid
|
|
|
SponsorUid string `json:"sponsorUid"`
|
|
|
SponsorUid string `json:"sponsorUserId"`
|
|
|
} `json:"cooperationContract"`
|
|
|
// 业绩分红激励规则列表
|
|
|
DividendsIncentivesRules []struct {
|
...
|
...
|
|