From 137441e2396cf231f9d41e5c399038dbfe01433f Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期二, 16 七月 2024 20:24:55 +0800
Subject: [PATCH] 添加字段,库存报表统计返回结果添加productType(产品类别)、productSpecs(产品规格),产品类别由原来的productType改为productCategory
---
request/location.go | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/request/location.go b/request/location.go
index ce3e2be..4f49f33 100644
--- a/request/location.go
+++ b/request/location.go
@@ -9,5 +9,9 @@
type GetLocationList struct {
PageInfo
- KeyWord string `json:"keyWord"`
+ Type int `json:"type"`
+ KeyWord string `json:"keyWord"`
+ JointName string `json:"jointName"` //鎷兼帴鍚嶇О
+ IsScrapLocation bool `json:"isScrapLocation"` //鏄惁鎶ュ簾
+ WarehouseId int `json:"warehouseId"` //浠撳簱ID
}
--
Gitblit v1.8.0