作者 tangxuhui

数据结构调整

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