From c4b9d130cb0aa98f4b65a987b11fc5c2bea3a1c7 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期三, 03 七月 2024 10:37:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jialian' into jialian

---
 request/location_product_amount.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/request/location_product_amount.go b/request/location_product_amount.go
index 6b34041..9b1a386 100644
--- a/request/location_product_amount.go
+++ b/request/location_product_amount.go
@@ -4,6 +4,11 @@
 	"github.com/shopspring/decimal"
 )
 
+type GetList struct {
+	PageInfo
+	Keyword string `json:"keyword"`
+}
+
 type AddLocationProductAmount struct {
 	AdjustAmount     decimal.Decimal `json:"adjustAmount" `    //宸��
 	DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺

--
Gitblit v1.8.0