From a93fd95cd9bda756b227b7850f1e6aa52ced0ef8 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 22 三月 2024 17:02:40 +0800 Subject: [PATCH] 保存质检信息 --- docs/swagger.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index b8e9d72..0d8c756 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -797,6 +797,17 @@ description: 鎺掑簭 type: integer type: object + purchaserequest.SaveQualityInspectionInfo: + properties: + ids: + items: + type: integer + type: array + purchaseId: + type: integer + status: + type: integer + type: object purchaserequest.UpdatePurchase: properties: productList: @@ -2506,6 +2517,36 @@ summary: 纭鏀惰揣 tags: - Purchase + /purchase/savePurchaseQualityInspectionInfo: + post: + consumes: + - application/json + parameters: + - description: 鍙傛暟 + in: body + name: data + required: true + schema: + $ref: '#/definitions/purchaserequest.SaveQualityInspectionInfo' + produces: + - application/json + responses: + "200": + description: 鑾峰彇纭淇℃伅 + schema: + allOf: + - $ref: '#/definitions/response.Response' + - properties: + data: + items: + $ref: '#/definitions/purchase.PurchaseProductConfirm' + type: array + type: object + security: + - ApiKeyAuth: [] + summary: 淇濆瓨閲囪喘璐ㄦ淇℃伅淇℃伅 + tags: + - Purchase /purchase/submit: post: consumes: -- Gitblit v1.8.0