From c9b52c35041b3838e4fef7a2052b7d798ec00883 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 14 六月 2024 10:43:19 +0800
Subject: [PATCH] 操作明细查询支持位置和仓库过滤

---
 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