| | |
| | | percent: |
| | | description: 比例 |
| | | type: number |
| | | principal: |
| | | allOf: |
| | | - $ref: '#/definitions/model.User' |
| | | description: 收款负责人ID |
| | | principalId: |
| | | description: 收款负责人ID |
| | | type: integer |
| | |
| | | percent: |
| | | description: 比例 |
| | | type: number |
| | | principal: |
| | | allOf: |
| | | - $ref: '#/definitions/model.User' |
| | | description: 收款负责人ID |
| | | principalId: |
| | | description: 收款负责人ID |
| | | type: integer |
| | |
| | | /api/serviceCollectionPlan/list: |
| | | get: |
| | | parameters: |
| | | - description: 服务合同id |
| | | in: query |
| | | name: serviceContractId |
| | | - in: query |
| | | name: sourceId |
| | | required: true |
| | | type: integer |
| | | - enum: |
| | | - 1 |
| | | - 2 |
| | | in: query |
| | | name: sourceType |
| | | required: true |
| | | type: integer |
| | | x-enum-comments: |
| | | CollectionSourceTypeSaleDetails: 销售明细 |
| | | CollectionSourceTypeServiceContract: 服务合同 |
| | | x-enum-varnames: |
| | | - CollectionSourceTypeSaleDetails |
| | | - CollectionSourceTypeServiceContract |
| | | produces: |
| | | - application/json |
| | | responses: |