From dec0da77e3537bcd71bb31067258194327da9bfa Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 05 七月 2024 10:21:53 +0800 Subject: [PATCH] 操作明细增加当时库存数量供盘点操作用 --- docs/docs.go | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 659232c..da9fa40 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,4 +1,5 @@ -// Package docs Code generated by swaggo/swag. DO NOT EDIT +// Code generated by swaggo/swag. DO NOT EDIT. + package docs import "github.com/swaggo/swag" @@ -5213,6 +5214,9 @@ "custodianId": { "type": "string" }, + "dealerType": { + "type": "string" + }, "details": { "type": "array", "items": { @@ -5220,12 +5224,6 @@ } }, "id": { - "type": "integer" - }, - "inventoryDealer": { - "$ref": "#/definitions/models.MiniDict" - }, - "inventoryDealerType": { "type": "integer" }, "isInternalOutput": { @@ -5265,7 +5263,6 @@ "type": "string" }, "operationDate": { - "description": "FromLocationID int ` + "`" + `json:\"fromLocationId\" gorm:\"type:int;not null;comment:婧愪綅缃甶d\"` + "`" + ` //婧愪綅缃甶d\nFromLocation Location ` + "`" + `json:\"fromLocation\" gorm:\"foreignKey:FromLocationID;references:Id\"` + "`" + ` //婧愪綅缃甛nToLocationID int ` + "`" + `json:\"toLocationId\" gorm:\"type:int;not null;comment:鐩爣浣嶇疆id\"` + "`" + ` //鐩爣浣嶇疆id\nToLocation Location ` + "`" + `json:\"toLocation\" gorm:\"foreignKey:ToLocationID;references:Id\"` + "`" + ` //鐩爣浣嶇疆", "type": "string" }, "operationSource": { @@ -5417,6 +5414,10 @@ }, "salePrice": { "description": "閿�鍞崟浠�", + "type": "number" + }, + "stockAmount": { + "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�", "type": "number" }, "toLocation": { @@ -5983,6 +5984,9 @@ "custodianId": { "type": "string" }, + "dealerType": { + "type": "string" + }, "details": { "type": "array", "items": { @@ -5990,9 +5994,6 @@ } }, "id": { - "type": "integer" - }, - "inventoryDealerType": { "type": "integer" }, "locationId": { @@ -6655,6 +6656,10 @@ "description": "閿�鍞崟浠�", "type": "number" }, + "stockAmount": { + "description": "搴撳瓨鏁伴噺锛岀洏鐐规椂鐢�", + "type": "number" + }, "toLocationId": { "description": "鐩爣浣嶇疆id", "type": "integer" -- Gitblit v1.8.0