| | |
| | | required: |
| | | - client_types |
| | | type: object |
| | | request.UpdateCollectionProjection: |
| | | properties: |
| | | estimated_collection_amount: |
| | | description: 预计收款金额 |
| | | type: number |
| | | estimated_collection_time: |
| | | description: 预计收款时间 |
| | | type: string |
| | | id: |
| | | type: integer |
| | | type: object |
| | | request.UpdateContact: |
| | | properties: |
| | | birthday: |
| | |
| | | summary: 添加收款预测 |
| | | tags: |
| | | - CollectionProjection |
| | | /api/collectionProjection/delete/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 删除收款预测 |
| | | tags: |
| | | - CollectionProjection |
| | | /api/collectionProjection/list: |
| | | post: |
| | | parameters: |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 获取收款预测列表 |
| | | tags: |
| | | - CollectionProjection |
| | | /api/collectionProjection/update: |
| | | put: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateCollectionProjection' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 更新收款预测 |
| | | tags: |
| | | - CollectionProjection |
| | | /api/contact/add: |
| | | post: |
| | | parameters: |