From 39a8a6ca76c13c4014732441c6c73cc3c2243e19 Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期三, 26 六月 2024 11:27:25 +0800
Subject: [PATCH] 库存盘点应用按钮记录创建人,创建时间,应用时间、应用人员等信息;根据条形码查询产品详情;新增编辑产品增加条形码字段

---
 request/location.go |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/request/location.go b/request/location.go
index b12f724..8f6546d 100644
--- a/request/location.go
+++ b/request/location.go
@@ -9,7 +9,8 @@
 
 type GetLocationList struct {
 	PageInfo
-	Type      int    `json:"type"`
-	KeyWord   string `json:"keyWord"`
-	JointName string `json:"jointName"` //鎷兼帴鍚嶇О
+	Type            int    `json:"type"`
+	KeyWord         string `json:"keyWord"`
+	JointName       string `json:"jointName"`       //鎷兼帴鍚嶇О
+	IsScrapLocation bool   `json:"isScrapLocation"` //鏄惁鎶ュ簾
 }

--
Gitblit v1.8.0