正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | // 激励金额 |
-
请 注册 或 登录 后发表评论