From 3887bb15b5e2662c19825234925c9b6da3fe902f Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 30 八月 2023 14:33:22 +0800 Subject: [PATCH] update --- docs/docs.go | 82 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 00c67da..9156122 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -4917,6 +4917,68 @@ } } }, + "/purchase/qualityInspectList": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "QualityInspect" + ], + "summary": "鍒嗛〉鑾峰彇璐ㄦ鍗曞垪琛�", + "parameters": [ + { + "type": "string", + "description": "鍏抽敭瀛�", + "name": "keyword", + "in": "query" + }, + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鍒嗛〉鑾峰彇璐ㄦ鍗曞垪琛�,杩斿洖鍖呮嫭鍒楄〃,鎬绘暟,椤电爜,姣忛〉鏁伴噺", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.PageResult" + }, + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, "/purchase/submit/{id}": { "post": { "security": [ @@ -8456,6 +8518,10 @@ "description": "涓婚敭ID", "type": "integer" }, + "invoiceAmount": { + "description": "宸叉敹绁ㄩ噾棰�", + "type": "number" + }, "name": { "description": "閲囪喘鍚嶇О", "type": "string" @@ -8472,6 +8538,10 @@ "description": "鍗曟嵁绫诲瀷", "type": "string" }, + "paidAmount": { + "description": "宸蹭粯閲戦", + "type": "number" + }, "phone": { "description": "鑱旂郴浜虹數璇�", "type": "string" @@ -8487,6 +8557,10 @@ "$ref": "#/definitions/purchase.PriceAdjustmentType" } ] + }, + "principal": { + "description": "閲囪喘璐熻矗浜�", + "type": "string" }, "purchaseType": { "$ref": "#/definitions/purchase.PurchaseType" @@ -8506,6 +8580,10 @@ "remark": { "description": "澶囨敞", "type": "string" + }, + "shouldPayAmount": { + "description": "搴斾粯閲戦", + "type": "number" }, "signingDate": { "description": "绛剧害鏃ユ湡", @@ -8530,6 +8608,10 @@ "description": "浠风◣鍚堣", "type": "number" }, + "unInvoiceAmount": { + "description": "鏈敹绁ㄩ噾棰�", + "type": "number" + }, "warehouse": { "description": "鏀惰揣浠撳簱", "type": "string" -- Gitblit v1.8.0