From f6676764b4eb743c519314d34042f385f639ef15 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期四, 28 九月 2023 10:25:39 +0800 Subject: [PATCH] 1.库存盘点修改、验证 --- response/location_product_response.go | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/response/location_product_response.go b/response/location_product_response.go new file mode 100644 index 0000000..df9fbfd --- /dev/null +++ b/response/location_product_response.go @@ -0,0 +1,8 @@ +package response + +import "wms/models" + +type RuleList struct { + ProductList []models.Material `json:"productList"` //浜у搧鍒楄〃 + LocationList []models.Location `json:"locationList"` //浣嶇疆鍒楄〃 +} -- Gitblit v1.8.0