| | |
| | | type: string |
| | | x-enum-varnames: |
| | | - BankAccountQueryClassExpireLessThen60Days |
| | | constvar.CollectionStatus: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | CollectionStatusCollected: 已收款 |
| | | CollectionStatusUnCollected: 待收款 |
| | | x-enum-varnames: |
| | | - CollectionStatusUnCollected |
| | | - CollectionStatusCollected |
| | | constvar.FaqKeywordType: |
| | | enum: |
| | | - "" |
| | |
| | | description: 源单类型(1销售明细2服务合同3销售发票) |
| | | type: integer |
| | | status: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.CollectionStatus' |
| | | description: 状态(1未收2已收) |
| | | type: integer |
| | | term: |
| | | description: 期次 |
| | | type: integer |
| | |
| | | name: |
| | | type: string |
| | | type: object |
| | | request.AddFile: |
| | | properties: |
| | | sourceId: |
| | | description: 来源id |
| | | type: integer |
| | | sourceType: |
| | | description: 附件来源 |
| | | type: string |
| | | required: |
| | | - sourceId |
| | | - sourceType |
| | | type: object |
| | | request.AddFollowRecord: |
| | | properties: |
| | | follow_record: |
| | |
| | | items: |
| | | $ref: '#/definitions/model.ServiceCollectionPlan' |
| | | type: array |
| | | required: |
| | | - list |
| | | type: object |
| | | request.AddServiceContract: |
| | | properties: |
| | |
| | | description: 源单类型(1销售明细2服务合同3销售发票) |
| | | type: integer |
| | | status: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.CollectionStatus' |
| | | description: 状态(1未收2已收) |
| | | type: integer |
| | | term: |
| | | description: 期次 |
| | | type: integer |
| | |
| | | /api/file/add: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | - description: 来源id |
| | | in: formData |
| | | name: sourceId |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddFile' |
| | | type: integer |
| | | - description: 附件来源 |
| | | in: formData |
| | | name: sourceType |
| | | required: true |
| | | type: string |
| | | - description: 上传文件 |
| | | in: formData |
| | | name: file |
| | | required: true |
| | | type: file |
| | | produces: |
| | | - application/json |
| | | responses: |