From 86530fe51ee65aea39e07e8fa131bf6e3310c4b0 Mon Sep 17 00:00:00 2001
From: lishihai <dslsh@dscom>
Date: 星期五, 14 六月 2024 17:04:13 +0800
Subject: [PATCH] 属性值和对象-AttributeValue-wms_attribute_value-的ID查询和LIST分页查询

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

diff --git a/request/operation.go b/request/operation.go
index 43e2b85..73647ab 100644
--- a/request/operation.go
+++ b/request/operation.go
@@ -102,5 +102,8 @@
 
 type OperationCondition struct {
 	PageInfo
-	Condition string `json:"condition"`
+	Condition   string `json:"condition"`
+	Keyword     string `json:"keyword" form:"keyword"`         //鍏抽敭瀛楁悳绱�
+	WarehouseId int    `json:"warehouseId" form:"warehouseId"` //浠撳簱ID
+	LocationId  int    `json:"locationId" form:"locationId"`   //浣嶇疆ID
 }

--
Gitblit v1.8.0