...
|
...
|
@@ -47,7 +47,7 @@ type CreateCooperationContractCommand struct { |
|
|
// 金额激励规则列表
|
|
|
MoneyIncentivesRules []struct {
|
|
|
// 金额激励规则ID
|
|
|
MoneyIncentivesRuleId int64 `json:"moneyIncentivesRuleId,string,"`
|
|
|
// MoneyIncentivesRuleId int64 `json:"moneyIncentivesRuleId,string,"`
|
|
|
// 关联的共创合约编号
|
|
|
CooperationContractNumber string `json:"cooperationContractNumber"`
|
|
|
// 激励金额
|
...
|
...
|
|