| | |
| | | type: object |
| | | model.CollectionProjection: |
| | | properties: |
| | | _: |
| | | description: |- |
| | | The date when the item was deleted |
| | | example: 2023-08-10 15:48:25 |
| | | type: string |
| | | created_at: |
| | | description: |- |
| | | The date when the item was created |
| | |
| | | type: string |
| | | creator: |
| | | type: integer |
| | | deleted_at: |
| | | description: |- |
| | | The date when the item was deleted |
| | | example: 2023-08-10 15:48:25 |
| | | type: string |
| | | estimated_collection_amount: |
| | | type: number |
| | | estimated_collection_date: |
| | |
| | | type: object |
| | | model.Contract: |
| | | properties: |
| | | _: |
| | | description: |- |
| | | The date when the item was deleted |
| | | example: 2023-08-10 15:48:25 |
| | | type: string |
| | | clientId: |
| | | type: integer |
| | | created_at: |
| | | description: |- |
| | | The date when the item was created |
| | | example: 2023-08-10 15:48:25 |
| | | type: string |
| | | file: |
| | | type: string |
| | | id: |
| | | description: |- |
| | | The ID of the item |
| | | example: 1 |
| | | type: integer |
| | | memberId: |
| | | type: integer |
| | |
| | | type: integer |
| | | statusId: |
| | | type: integer |
| | | updated_at: |
| | | description: |- |
| | | The date when the item was last updated |
| | | example: 2023-08-10 15:48:25 |
| | | type: string |
| | | type: object |
| | | model.Country: |
| | | properties: |
| | |
| | | type: object |
| | | request.GetContractList: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | search_map: |
| | | additionalProperties: true |
| | | description: '搜索条件: map[string]interface{} {"member_name": "销售负责人", "number": |
| | | "合同编号", "created_at": "创建时间"}' |
| | | type: object |
| | | type: object |
| | | request.GetFaqList: |
| | | properties: |