From 0acdfc60dbb5ee96045ccd695db1fec9d1e9d127 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 30 八月 2023 17:27:39 +0800 Subject: [PATCH] fix --- docs/docs.go | 1377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 1,352 insertions(+), 25 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index c33ff8e..74a8c5c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1899,6 +1899,61 @@ } } }, + "/con/downloadContract": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Contract" + ], + "summary": "涓嬭浇Contract", + "parameters": [ + { + "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", + "name": "fileName", + "in": "query" + }, + { + "type": "integer", + "description": "涓婚敭ID", + "name": "id", + "in": "query" + }, + { + "type": "integer", + "name": "supplierID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", + "in": "query" + } + ], + "responses": { + "200": { + "description": "{\"success\":true,\"data\":{},\"msg\":\"涓嬭浇鎴愬姛\"}", + "schema": { + "type": "string" + } + } + } + } + }, "/con/findContract": { "get": { "security": [ @@ -1918,12 +1973,8 @@ "summary": "鐢╥d鏌ヨContract", "parameters": [ { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", + "type": "string", + "name": "created_at", "in": "query" }, { @@ -1940,6 +1991,11 @@ { "type": "integer", "name": "supplierID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -1973,16 +2029,12 @@ "parameters": [ { "type": "string", - "name": "endCreatedAt", + "name": "created_at", "in": "query" }, { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", + "type": "string", + "name": "endCreatedAt", "in": "query" }, { @@ -2023,6 +2075,11 @@ "type": "integer", "name": "supplierID", "in": "query" + }, + { + "type": "string", + "name": "updated_at", + "in": "query" } ], "responses": { @@ -2054,12 +2111,8 @@ "summary": "棰勮Contract", "parameters": [ { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", + "type": "string", + "name": "created_at", "in": "query" }, { @@ -2076,6 +2129,11 @@ { "type": "integer", "name": "supplierID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -2147,6 +2205,11 @@ "parameters": [ { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "description": "瀹㈡埛鍚�", "name": "customerName", "in": "query" @@ -2173,6 +2236,11 @@ "type": "integer", "description": "绠$悊ID", "name": "sysUserId", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -2897,6 +2965,11 @@ "summary": "鐢╥d鏌ヨIndustry", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "description": "涓婚敭ID", "name": "id", @@ -2905,6 +2978,11 @@ { "type": "string", "name": "name", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -2936,6 +3014,11 @@ ], "summary": "鍒嗛〉鑾峰彇Industry鍒楄〃", "parameters": [ + { + "type": "string", + "name": "created_at", + "in": "query" + }, { "type": "string", "name": "endCreatedAt", @@ -2973,6 +3056,11 @@ { "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -3273,6 +3361,11 @@ "summary": "鐢╥d鏌ヨMember", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "description": "涓婚敭ID", "name": "id", @@ -3281,6 +3374,11 @@ { "type": "string", "name": "nickname", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -3324,6 +3422,11 @@ "parameters": [ { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "name": "endCreatedAt", "in": "query" }, @@ -3359,6 +3462,11 @@ { "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -3402,6 +3510,11 @@ "parameters": [ { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "name": "endCreatedAt", "in": "query" }, @@ -3437,6 +3550,11 @@ { "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -3982,7 +4100,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/test.Product" + "$ref": "#/definitions/request.ProductCreate" } } ], @@ -4091,6 +4209,11 @@ "summary": "鐢╥d鏌ヨProduct", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "name": "deliveryTime", "in": "query" @@ -4109,6 +4232,11 @@ { "type": "integer", "name": "minimumStock", + "in": "query" + }, + { + "type": "string", + "name": "modelNumber", "in": "query" }, { @@ -4154,6 +4282,11 @@ { "type": "string", "name": "unit", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -4186,6 +4319,11 @@ "summary": "鍒嗛〉鑾峰彇Product鍒楄〃", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "name": "deliveryTime", "in": "query" @@ -4215,6 +4353,11 @@ { "type": "integer", "name": "minimumStock", + "in": "query" + }, + { + "type": "string", + "name": "modelNumber", "in": "query" }, { @@ -4277,6 +4420,11 @@ { "type": "string", "name": "unit", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -4309,6 +4457,11 @@ "summary": "鍒嗛〉鑾峰彇Product鍒楄〃", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "name": "deliveryTime", "in": "query" @@ -4338,6 +4491,11 @@ { "type": "integer", "name": "minimumStock", + "in": "query" + }, + { + "type": "string", + "name": "modelNumber", "in": "query" }, { @@ -4400,6 +4558,11 @@ { "type": "string", "name": "unit", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -4446,6 +4609,471 @@ "description": "{\"success\":true,\"data\":{},\"msg\":\"鏇存柊鎴愬姛\"}", "schema": { "type": "string" + } + } + } + } + }, + "/purchase/purchase": { + "put": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鏇存柊閲囪喘鍗曚俊鎭�", + "parameters": [ + { + "description": "閲囪喘鍗旾D, 閲囪喘鍗曚俊鎭�", + "name": "data", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/purchaserequest.UpdatePurchase" + } + } + ], + "responses": { + "200": { + "description": "鏇存柊閲囪喘鍗曚俊鎭�", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "msg": { + "type": "string" + } + } + } + ] + } + } + } + }, + "post": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鍒涘缓閲囪喘鍗�", + "parameters": [ + { + "description": "閲囪喘鍗�,閲囪喘鍗曚骇鍝�", + "name": "data", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/purchaserequest.AddPurchase" + } + } + ], + "responses": { + "200": { + "description": "鍒涘缓閲囪喘鍗�", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, + "/purchase/purchase/{id}": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鑾峰彇鍗曚竴閲囪喘鍗曚俊鎭�", + "parameters": [ + { + "type": "integer", + "description": "閲囪喘鍗旾D", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鑾峰彇鍗曚竴閲囪喘鍗曚俊鎭�,杩斿洖鍖呮嫭閲囪喘鍗曡鎯�", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.PurchaseResponse" + }, + "msg": { + "type": "string" + } + } + } + ] + } + } + } + }, + "delete": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鍒犻櫎閲囪喘鍗�", + "parameters": [ + { + "type": "integer", + "description": "閲囪喘鍗旾D", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鍒犻櫎閲囪喘鍗�", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, + "/purchase/purchaseList": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "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/purchaseType": { + "post": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鍒涘缓閲囪喘绫诲瀷", + "parameters": [ + { + "description": "閲囪喘绫诲瀷list", + "name": "data", + "in": "body", + "required": true, + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/purchaserequest.PurchaseType" + } + } + } + ], + "responses": { + "200": { + "description": "鍒涘缓閲囪喘绫诲瀷", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, + "/purchase/purchaseTypeList": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鑾峰彇閲囪喘绫诲瀷鍒楄〃", + "responses": { + "200": { + "description": "鑾峰彇閲囪喘绫诲瀷鍒楄〃", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/purchase.PurchaseType" + } + }, + "msg": { + "type": "string" + } + } + } + ] + } + } + } + } + }, + "/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": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鎻愪氦閲囪喘鍗�", + "parameters": [ + { + "type": "integer", + "description": "閲囪喘鍗旾D", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "鎻愪氦閲囪喘鍗�", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.Response" + }, + { + "type": "object", + "properties": { + "msg": { + "type": "string" + } + } + } + ] } } } @@ -4643,6 +5271,11 @@ }, { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "name": "detailAddress", "in": "query" }, @@ -4699,6 +5332,11 @@ }, { "type": "string", + "name": "updated_at", + "in": "query" + }, + { + "type": "string", "name": "url", "in": "query" } @@ -4749,6 +5387,11 @@ { "type": "string", "name": "contact", + "in": "query" + }, + { + "type": "string", + "name": "created_at", "in": "query" }, { @@ -4833,6 +5476,11 @@ { "type": "string", "name": "supplierType", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -5022,6 +5670,11 @@ "summary": "鐢╥d鏌ヨSupplierType", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "description": "涓婚敭ID", "name": "id", @@ -5030,6 +5683,11 @@ { "type": "string", "name": "name", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -5061,6 +5719,11 @@ ], "summary": "鍒嗛〉鑾峰彇SupplierType鍒楄〃", "parameters": [ + { + "type": "string", + "name": "created_at", + "in": "query" + }, { "type": "string", "name": "endCreatedAt", @@ -5098,6 +5761,11 @@ { "type": "string", "name": "startCreatedAt", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -5269,6 +5937,11 @@ "parameters": [ { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "description": "鎻忚堪", "name": "desc", "in": "query" @@ -5295,6 +5968,11 @@ "type": "string", "description": "瀛楀吀鍚嶏紙鑻憋級", "name": "type", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -5344,6 +6022,11 @@ "parameters": [ { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "description": "鎻忚堪", "name": "desc", "in": "query" @@ -5388,6 +6071,11 @@ "type": "string", "description": "瀛楀吀鍚嶏紙鑻憋級", "name": "type", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" } ], @@ -5585,6 +6273,11 @@ "summary": "鐢╥d鏌ヨSysDictionaryDetail", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "description": "涓婚敭ID", "name": "id", @@ -5612,6 +6305,11 @@ "type": "integer", "description": "鍏宠仈鏍囪", "name": "sysDictionaryID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -5666,6 +6364,11 @@ "summary": "鍒嗛〉鑾峰彇SysDictionaryDetail鍒楄〃", "parameters": [ { + "type": "string", + "name": "created_at", + "in": "query" + }, + { "type": "integer", "description": "涓婚敭ID", "name": "id", @@ -5711,6 +6414,11 @@ "type": "integer", "description": "鍏宠仈鏍囪", "name": "sysDictionaryID", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -5977,6 +6685,11 @@ }, { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "description": "閿欒淇℃伅", "name": "error_message", "in": "query" @@ -6021,6 +6734,11 @@ "type": "integer", "description": "璇锋眰鐘舵��", "name": "status", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -6088,6 +6806,11 @@ }, { "type": "string", + "name": "created_at", + "in": "query" + }, + { + "type": "string", "description": "閿欒淇℃伅", "name": "error_message", "in": "query" @@ -6150,6 +6873,11 @@ "type": "integer", "description": "璇锋眰鐘舵��", "name": "status", + "in": "query" + }, + { + "type": "string", + "name": "updated_at", "in": "query" }, { @@ -7700,6 +8428,9 @@ "example.ExaCustomer": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "customerName": { "description": "瀹㈡埛鍚�", "type": "string" @@ -7727,6 +8458,9 @@ "sysUserId": { "description": "绠$悊ID", "type": "integer" + }, + "updated_at": { + "type": "string" } } }, @@ -7735,6 +8469,9 @@ "properties": { "chunkTotal": { "type": "integer" + }, + "created_at": { + "type": "string" }, "exaFileChunk": { "type": "array", @@ -7757,12 +8494,18 @@ }, "isFinish": { "type": "boolean" + }, + "updated_at": { + "type": "string" } } }, "example.ExaFileChunk": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "exaFileID": { "type": "integer" }, @@ -7775,12 +8518,18 @@ "id": { "description": "涓婚敭ID", "type": "integer" + }, + "updated_at": { + "type": "string" } } }, "example.ExaFileUploadAndDownload": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" @@ -7797,9 +8546,408 @@ "description": "鏂囦欢鏍囩", "type": "string" }, + "updated_at": { + "type": "string" + }, "url": { "description": "鏂囦欢鍦板潃", "type": "string" + } + } + }, + "purchase.OrderStatus": { + "type": "integer", + "enum": [ + 1, + 2, + 3, + 4 + ], + "x-enum-comments": { + "OrderStatusCompleted": "宸插畬鎴�", + "OrderStatusConfirmed": "宸蹭笅鍗�", + "OrderStatusReceived": "宸插埌璐�", + "OrderStatusStored": "宸插叆搴�" + }, + "x-enum-varnames": [ + "OrderStatusConfirmed", + "OrderStatusReceived", + "OrderStatusStored", + "OrderStatusCompleted" + ] + }, + "purchase.PriceAdjustmentType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "PriceAdjustmentTypeAdd": "澧炲姞", + "PriceAdjustmentTypeSub": "鍑忓皯" + }, + "x-enum-varnames": [ + "PriceAdjustmentTypeAdd", + "PriceAdjustmentTypeSub" + ] + }, + "purchase.Purchase": { + "type": "object", + "properties": { + "contact": { + "description": "鑱旂郴浜�", + "type": "string" + }, + "created_at": { + "type": "string" + }, + "creator": { + "description": "鍒跺崟浜�", + "type": "string" + }, + "deliveryDate": { + "description": "浜や粯鏃ユ湡", + "type": "string" + }, + "handledBy": { + "description": "缁忓姙浜�", + "type": "string" + }, + "id": { + "description": "涓婚敭ID", + "type": "integer" + }, + "invoiceAmount": { + "description": "宸叉敹绁ㄩ噾棰�", + "type": "number" + }, + "name": { + "description": "閲囪喘鍚嶇О", + "type": "string" + }, + "number": { + "description": "閲囪喘缂栧彿", + "type": "string" + }, + "orderSource": { + "description": "鍗曟嵁鏉ユ簮", + "type": "string" + }, + "orderType": { + "description": "鍗曟嵁绫诲瀷", + "type": "string" + }, + "paidAmount": { + "description": "宸蹭粯閲戦", + "type": "number" + }, + "phone": { + "description": "鑱旂郴浜虹數璇�", + "type": "string" + }, + "priceAdjustment": { + "description": "浠锋牸璋冩暣鍊�", + "type": "number" + }, + "priceAdjustmentType": { + "description": "浠锋牸璋冩暣绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/purchase.PriceAdjustmentType" + } + ] + }, + "principal": { + "description": "閲囪喘璐熻矗浜�", + "type": "string" + }, + "purchaseType": { + "$ref": "#/definitions/purchase.PurchaseType" + }, + "purchaseTypeId": { + "description": "閲囪喘绫诲瀷id", + "type": "integer" + }, + "quantity": { + "description": "閲囪喘鏁伴噺", + "type": "number" + }, + "realTotalPrice": { + "description": "鏈�缁堜环鏍�", + "type": "number" + }, + "remark": { + "description": "澶囨敞", + "type": "string" + }, + "shouldPayAmount": { + "description": "搴斾粯閲戦", + "type": "number" + }, + "signingDate": { + "description": "绛剧害鏃ユ湡", + "type": "string" + }, + "status": { + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/purchase.OrderStatus" + } + ] + }, + "supplier": { + "$ref": "#/definitions/test.Supplier" + }, + "supplierId": { + "description": "渚涘簲鍟唅d", + "type": "integer" + }, + "totalPrice": { + "description": "浠风◣鍚堣", + "type": "number" + }, + "unInvoiceAmount": { + "description": "鏈敹绁ㄩ噾棰�", + "type": "number" + }, + "updated_at": { + "type": "string" + }, + "warehouse": { + "description": "鏀惰揣浠撳簱", + "type": "string" + }, + "wholeDiscount": { + "description": "鏁村崟鎶樻墸鍊�", + "type": "number" + }, + "wholeDiscountType": { + "description": "鏁村崟鎶樻墸绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/purchase.WholeDiscountType" + } + ] + } + } + }, + "purchase.PurchaseProducts": { + "type": "object", + "properties": { + "amount": { + "description": "閲囪喘鏁伴噺", + "type": "number" + }, + "created_at": { + "type": "string" + }, + "id": { + "description": "涓婚敭ID", + "type": "integer" + }, + "price": { + "description": "閲囪喘鍗曚环", + "type": "number" + }, + "productId": { + "description": "浜у搧id", + "type": "integer" + }, + "purchaseId": { + "description": "閲囪喘id", + "type": "integer" + }, + "remark": { + "description": "鎻忚堪", + "type": "string" + }, + "total": { + "description": "閲囪喘鎬讳环", + "type": "number" + }, + "updated_at": { + "type": "string" + } + } + }, + "purchase.PurchaseType": { + "type": "object", + "properties": { + "created_at": { + "type": "string" + }, + "id": { + "description": "涓婚敭ID", + "type": "integer" + }, + "name": { + "description": "閲囪喘绫诲瀷", + "type": "string" + }, + "pin": { + "description": "鏄惁缃《", + "type": "boolean" + }, + "sort": { + "description": "鎺掑簭", + "type": "integer" + }, + "updated_at": { + "type": "string" + } + } + }, + "purchase.WholeDiscountType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "WholeDiscountTypeDiscount": "鐩存帴闄嶄环", + "WholeDiscountTypePercent": "鐧惧垎姣旈檷浠�" + }, + "x-enum-varnames": [ + "WholeDiscountTypePercent", + "WholeDiscountTypeDiscount" + ] + }, + "purchaserequest.AddPurchase": { + "type": "object", + "properties": { + "productList": { + "type": "array", + "items": { + "$ref": "#/definitions/purchase.PurchaseProducts" + } + }, + "purchase": { + "$ref": "#/definitions/purchaserequest.Purchase" + } + } + }, + "purchaserequest.Purchase": { + "type": "object", + "properties": { + "contact": { + "description": "鑱旂郴浜�", + "type": "string" + }, + "deliveryDate": { + "description": "浜や粯鏃ユ湡", + "type": "string" + }, + "id": { + "description": "涓婚敭ID", + "type": "integer" + }, + "name": { + "description": "閲囪喘鍚嶇О", + "type": "string" + }, + "number": { + "description": "閲囪喘缂栧彿", + "type": "string" + }, + "phone": { + "description": "鑱旂郴浜虹數璇�", + "type": "string" + }, + "priceAdjustment": { + "description": "浠锋牸璋冩暣鍊�", + "type": "number" + }, + "priceAdjustmentType": { + "description": "浠锋牸璋冩暣绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/purchase.PriceAdjustmentType" + } + ] + }, + "purchaseTypeId": { + "description": "閲囪喘绫诲瀷id", + "type": "integer" + }, + "quantity": { + "description": "閲囪喘鏁伴噺", + "type": "number" + }, + "realTotalPrice": { + "description": "鏈�缁堜环鏍�", + "type": "number" + }, + "remark": { + "description": "澶囨敞", + "type": "string" + }, + "signingDate": { + "description": "绛剧害鏃ユ湡", + "type": "string" + }, + "status": { + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/purchase.OrderStatus" + } + ] + }, + "supplierId": { + "description": "渚涘簲鍟唅d", + "type": "integer" + }, + "totalPrice": { + "description": "浠风◣鍚堣", + "type": "number" + }, + "wholeDiscount": { + "description": "鏁村崟鎶樻墸鍊�", + "type": "number" + }, + "wholeDiscountType": { + "description": "鏁村崟鎶樻墸绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/purchase.WholeDiscountType" + } + ] + } + } + }, + "purchaserequest.PurchaseType": { + "type": "object", + "properties": { + "id": { + "description": "涓婚敭ID", + "type": "integer" + }, + "name": { + "description": "閲囪喘绫诲瀷", + "type": "string" + }, + "pin": { + "description": "鏄惁缃《", + "type": "boolean" + }, + "sort": { + "description": "鎺掑簭", + "type": "integer" + } + } + }, + "purchaserequest.UpdatePurchase": { + "type": "object", + "properties": { + "productList": { + "type": "array", + "items": { + "$ref": "#/definitions/purchase.PurchaseProducts" + } + }, + "purchase": { + "$ref": "#/definitions/purchaserequest.Purchase" } } }, @@ -7976,6 +9124,17 @@ } } }, + "request.ProductCreate": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/test.Product" + } + } + } + }, "request.Register": { "type": "object", "properties": { @@ -8037,6 +9196,9 @@ "description": "api缁�", "type": "string" }, + "created_at": { + "type": "string" + }, "desc": { "description": "鎺掑簭鏂瑰紡:鍗囧簭false(榛樿)|闄嶅簭true", "type": "boolean" @@ -8071,6 +9233,9 @@ }, "path": { "description": "api璺緞", + "type": "string" + }, + "updated_at": { "type": "string" } } @@ -8241,6 +9406,72 @@ "items": { "$ref": "#/definitions/request.CasbinInfo" } + } + } + }, + "response.PurchaseProducts": { + "type": "object", + "properties": { + "amount": { + "description": "閲囪喘鏁伴噺", + "type": "number" + }, + "deliveryTime": { + "type": "integer" + }, + "modelNumber": { + "type": "string" + }, + "name": { + "type": "string" + }, + "number": { + "type": "string" + }, + "price": { + "description": "閲囪喘鍗曚环", + "type": "number" + }, + "productId": { + "description": "浜у搧id", + "type": "integer" + }, + "productType": { + "type": "string" + }, + "purchaseId": { + "description": "閲囪喘id", + "type": "integer" + }, + "purchasePrice": { + "type": "number" + }, + "shippingDuration": { + "type": "integer" + }, + "specifications": { + "type": "string" + }, + "total": { + "description": "閲囪喘鎬讳环", + "type": "number" + }, + "unit": { + "type": "string" + } + } + }, + "response.PurchaseResponse": { + "type": "object", + "properties": { + "productList": { + "type": "array", + "items": { + "$ref": "#/definitions/response.PurchaseProducts" + } + }, + "purchase": { + "$ref": "#/definitions/purchase.Purchase" } } }, @@ -8551,6 +9782,9 @@ "description": "api缁�", "type": "string" }, + "created_at": { + "type": "string" + }, "description": { "description": "api涓枃鎻忚堪", "type": "string" @@ -8565,6 +9799,9 @@ }, "path": { "description": "api璺緞", + "type": "string" + }, + "updated_at": { "type": "string" } } @@ -8622,6 +9859,9 @@ "system.SysAutoCode": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "desc": { "type": "string" }, @@ -8633,6 +9873,9 @@ "type": "string" }, "packageName": { + "type": "string" + }, + "updated_at": { "type": "string" } } @@ -8654,6 +9897,9 @@ }, "component": { "description": "瀵瑰簲鍓嶇鏂囦欢璺緞", + "type": "string" + }, + "created_at": { "type": "string" }, "hidden": { @@ -8699,12 +9945,18 @@ "sort": { "description": "鎺掑簭鏍囪", "type": "integer" + }, + "updated_at": { + "type": "string" } } }, "system.SysBaseMenuBtn": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "desc": { "type": "string" }, @@ -8717,12 +9969,18 @@ }, "sysBaseMenuID": { "type": "integer" + }, + "updated_at": { + "type": "string" } } }, "system.SysBaseMenuParameter": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" @@ -8738,6 +9996,9 @@ "description": "鍦板潃鏍忔惡甯﹀弬鏁颁负params杩樻槸query", "type": "string" }, + "updated_at": { + "type": "string" + }, "value": { "description": "鍦板潃鏍忔惡甯﹀弬鏁扮殑鍊�", "type": "string" @@ -8747,6 +10008,9 @@ "system.SysDictionary": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "desc": { "description": "鎻忚堪", "type": "string" @@ -8772,12 +10036,18 @@ "type": { "description": "瀛楀吀鍚嶏紙鑻憋級", "type": "string" + }, + "updated_at": { + "type": "string" } } }, "system.SysDictionaryDetail": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" @@ -8797,6 +10067,9 @@ "sysDictionaryID": { "description": "鍏宠仈鏍囪", "type": "integer" + }, + "updated_at": { + "type": "string" }, "value": { "description": "瀛楀吀鍊�", @@ -8827,6 +10100,9 @@ }, "component": { "description": "瀵瑰簲鍓嶇鏂囦欢璺緞", + "type": "string" + }, + "created_at": { "type": "string" }, "hidden": { @@ -8875,6 +10151,9 @@ "sort": { "description": "鎺掑簭鏍囪", "type": "integer" + }, + "updated_at": { + "type": "string" } } }, @@ -8887,6 +10166,9 @@ }, "body": { "description": "璇锋眰Body", + "type": "string" + }, + "created_at": { "type": "string" }, "error_message": { @@ -8921,6 +10203,9 @@ "description": "璇锋眰鐘舵��", "type": "integer" }, + "updated_at": { + "type": "string" + }, "user": { "$ref": "#/definitions/system.SysUser" }, @@ -8954,6 +10239,9 @@ "description": "鍩虹棰滆壊", "type": "string" }, + "created_at": { + "type": "string" + }, "email": { "description": "鐢ㄦ埛閭", "type": "string" @@ -8982,6 +10270,9 @@ "description": "鐢ㄦ埛渚ц竟涓婚", "type": "string" }, + "updated_at": { + "type": "string" + }, "userName": { "description": "鐢ㄦ埛鐧诲綍鍚�", "type": "string" @@ -9003,11 +10294,8 @@ "test.Contract": { "type": "object", "properties": { - "fileContent": { - "type": "array", - "items": { - "type": "integer" - } + "created_at": { + "type": "string" }, "fileName": { "type": "string" @@ -9018,17 +10306,26 @@ }, "supplierID": { "type": "integer" + }, + "updated_at": { + "type": "string" } } }, "test.Industry": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" }, "name": { + "type": "string" + }, + "updated_at": { "type": "string" } } @@ -9036,11 +10333,17 @@ "test.Member": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" }, "nickname": { + "type": "string" + }, + "updated_at": { "type": "string" }, "userName": { @@ -9054,6 +10357,9 @@ "test.Product": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "deliveryTime": { "type": "integer" }, @@ -9066,6 +10372,9 @@ }, "minimumStock": { "type": "integer" + }, + "modelNumber": { + "type": "string" }, "name": { "type": "string" @@ -9096,6 +10405,9 @@ }, "unit": { "type": "string" + }, + "updated_at": { + "type": "string" } } }, @@ -9112,6 +10424,12 @@ "type": "string" }, "contact": { + "type": "string" + }, + "contract": { + "$ref": "#/definitions/test.Contract" + }, + "created_at": { "type": "string" }, "detailAddress": { @@ -9148,6 +10466,9 @@ "supplierType": { "type": "string" }, + "updated_at": { + "type": "string" + }, "url": { "type": "string" } @@ -9156,12 +10477,18 @@ "test.SupplierType": { "type": "object", "properties": { + "created_at": { + "type": "string" + }, "id": { "description": "涓婚敭ID", "type": "integer" }, "name": { "type": "string" + }, + "updated_at": { + "type": "string" } } } -- Gitblit v1.8.0