From e598e4d2718c41352eafae19284ffe358b8c8181 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 17 七月 2024 18:18:19 +0800 Subject: [PATCH] 修改方法,去除庄口获取庄口列表方法;添加产品来源字典类型;添加字典模糊搜索 --- request/report_forms_request.go | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/request/report_forms_request.go b/request/report_forms_request.go index b140319..b1b6a02 100644 --- a/request/report_forms_request.go +++ b/request/report_forms_request.go @@ -4,9 +4,10 @@ type GetInventoryForms struct { PageInfo - CategoryIds []int `json:"categoryIds"` //浜у搧绫诲瀷id - WarehouseCode string `json:"warehouseCode"` //浠撳簱缂╁啓 - KeyWord string `json:"keyWord"` //鎼滅储鏉′欢 + CategoryIds []int `json:"categoryIds"` //浜у搧绫诲瀷id + //WarehouseCode string `json:"warehouseCode"` //浠撳簱缂╁啓 + WarehouseId int `json:"warehouseId"` //浠撳簱ID + KeyWord string `json:"keyWord"` //鎼滅储鏉′欢 } type GetInventoryHistory struct { @@ -16,6 +17,7 @@ Unit string `json:"unit"` //鍗曚綅 KeyWord string `json:"keyWord"` //鎼滅储鏉′欢 BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //鍩虹浣滀笟绫诲瀷 + WarehouseId string `json:"warehouseId"` // 浠撳簱ID WarehouseCode string `json:"warehouseCode"` } -- Gitblit v1.8.0