| | |
| | | name: |
| | | type: string |
| | | type: object |
| | | request.CommonIds: |
| | | properties: |
| | | ids: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | required: |
| | | - ids |
| | | type: object |
| | | request.Contact: |
| | | properties: |
| | | birthday: |
| | |
| | | type: array |
| | | type: object |
| | | request.DeleteSalesLeads: |
| | | properties: |
| | | ids: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | type: object |
| | | request.DeleteServiceContract: |
| | | properties: |
| | | ids: |
| | | items: |
| | |
| | | summary: 添加销售明细 |
| | | tags: |
| | | - SalesDetails |
| | | /api/salesDetails/delete: |
| | | delete: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.CommonIds' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 批量删除销售明细 |
| | | tags: |
| | | - SalesDetails 销售明细 |
| | | /api/salesDetails/delete/{id}: |
| | | delete: |
| | | parameters: |
| | |
| | | /api/serviceContract/delete: |
| | | delete: |
| | | parameters: |
| | | - description: 查询参数 |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.DeleteServiceContract' |
| | | $ref: '#/definitions/request.CommonIds' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 删除服务合同 |
| | | summary: 批量删除服务合同 |
| | | tags: |
| | | - ServiceContract |
| | | /api/serviceContract/list: |
| | |
| | | summary: 添加服务单 |
| | | tags: |
| | | - 服务单管理 |
| | | /api/serviceOrder/delete: |
| | | delete: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.CommonIds' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 批量删除服务单 |
| | | tags: |
| | | - 服务单 |
| | | /api/serviceOrder/delete/{id}: |
| | | delete: |
| | | parameters: |