正在显示
6 个修改的文件
包含
12 行增加
和
0 行删除
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新共创模式服务 | 6 | description: 更新共创模式服务 |
7 | payload: | 7 | payload: |
8 | + - ref: cooperationModeId | ||
9 | + required: true | ||
8 | - ref: cooperationModeName | 10 | - ref: cooperationModeName |
9 | required: true | 11 | required: true |
10 | - ref: cooperationModeNumber | 12 | - ref: cooperationModeNumber |
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新共创项目服务 | 6 | description: 更新共创项目服务 |
7 | payload: | 7 | payload: |
8 | + - ref: cooperationProjectId | ||
9 | + required: true | ||
8 | - ref: cooperationProjectName | 10 | - ref: cooperationProjectName |
9 | required: true | 11 | required: true |
10 | - ref: cooperationProjectUndertakerType | 12 | - ref: cooperationProjectUndertakerType |
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新业绩分红激励规则服务 | 6 | description: 更新业绩分红激励规则服务 |
7 | payload: | 7 | payload: |
8 | + - ref: dividendsIncentivesRuleId | ||
9 | + required: true | ||
8 | - ref: cooperationContractNumber | 10 | - ref: cooperationContractNumber |
9 | required: true | 11 | required: true |
10 | - ref: dividendsIncentivesPercentage | 12 | - ref: dividendsIncentivesPercentage |
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新分红订单实体对象 | 6 | description: 更新分红订单实体对象 |
7 | payload: | 7 | payload: |
8 | + - ref: dividendsOrderId | ||
9 | + required: true | ||
8 | - ref: customerName | 10 | - ref: customerName |
9 | required: true | 11 | required: true |
10 | - ref: dividendsOrderAmount | 12 | - ref: dividendsOrderAmount |
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新分红退货单服务 | 6 | description: 更新分红退货单服务 |
7 | payload: | 7 | payload: |
8 | + - ref: dividendsReturnedOrderId | ||
9 | + required: true | ||
8 | - ref: dividendsReturnedOrderRefund | 10 | - ref: dividendsReturnedOrderRefund |
9 | required: true | 11 | required: true |
10 | - ref: dividendsReturnedCustomerName | 12 | - ref: dividendsReturnedCustomerName |
@@ -5,6 +5,8 @@ metadata: | @@ -5,6 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 更新项目金额激励规则服务 | 6 | description: 更新项目金额激励规则服务 |
7 | payload: | 7 | payload: |
8 | + - ref: moneyIncentivesRuleId | ||
9 | + required: true | ||
8 | - ref: moneyIncentivesStageEnd | 10 | - ref: moneyIncentivesStageEnd |
9 | required: true | 11 | required: true |
10 | - ref: moneyIncentivesStageStart | 12 | - ref: moneyIncentivesStageStart |
-
请 注册 或 登录 后发表评论