正在显示
8 个修改的文件
包含
63 行增加
和
2 行删除
| @@ -28,6 +28,18 @@ metadata: | @@ -28,6 +28,18 @@ metadata: | ||
| 28 | - method: estimateMoneyIncentives | 28 | - method: estimateMoneyIncentives |
| 29 | route: | 29 | route: |
| 30 | post: /estimate-money-incentives | 30 | post: /estimate-money-incentives |
| 31 | + - method: listMoneyIncentives | ||
| 32 | + route: | ||
| 33 | + get: /list-money-incentives | ||
| 34 | + - method: searchMoneyIncentives | ||
| 35 | + route: | ||
| 36 | + post: /search-money-incentives | ||
| 37 | + - method: listDividendsIncentives | ||
| 38 | + route: | ||
| 39 | + get: /list-dividends-incentives | ||
| 40 | + - method: searchDividendsIncentives | ||
| 41 | + route: | ||
| 42 | + post: /search-dividends-incentives | ||
| 31 | - method: listDividendsEstimate | 43 | - method: listDividendsEstimate |
| 32 | route: | 44 | route: |
| 33 | get: / | 45 | get: / |
| @@ -7,6 +7,7 @@ metadata: | @@ -7,6 +7,7 @@ metadata: | ||
| 7 | - ref: dividendsEstimateId | 7 | - ref: dividendsEstimateId |
| 8 | required: true | 8 | required: true |
| 9 | - ref: dividendsAccountStatus | 9 | - ref: dividendsAccountStatus |
| 10 | + description: 分红结算状态 | ||
| 10 | required: true | 11 | required: true |
| 11 | - ref: dividendsAmount | 12 | - ref: dividendsAmount |
| 12 | required: true | 13 | required: true |
| @@ -3,7 +3,7 @@ kind: Method | @@ -3,7 +3,7 @@ kind: Method | ||
| 3 | metadata: | 3 | metadata: |
| 4 | name: estimateDividendsIncentives | 4 | name: estimateDividendsIncentives |
| 5 | type: command | 5 | type: command |
| 6 | - description: 预算分红激励 | 6 | + description: 确定预算分红激励 |
| 7 | payload: | 7 | payload: |
| 8 | - ref: orderOrReturnedOrderNum | 8 | - ref: orderOrReturnedOrderNum |
| 9 | description: 分红订单号/退货单号 | 9 | description: 分红订单号/退货单号 |
| @@ -3,7 +3,7 @@ kind: Method | @@ -3,7 +3,7 @@ kind: Method | ||
| 3 | metadata: | 3 | metadata: |
| 4 | name: estimateMoneyIncentives | 4 | name: estimateMoneyIncentives |
| 5 | type: command | 5 | type: command |
| 6 | - description: 预算金额激励分红 | 6 | + description: 确定预算金额激励分红 |
| 7 | payload: | 7 | payload: |
| 8 | - ref: cooperationContractNumber | 8 | - ref: cooperationContractNumber |
| 9 | description: 共创项目合约编号 | 9 | description: 共创项目合约编号 |
-
请 注册 或 登录 后发表评论