From c4af8a6c21f65f436ed9c431128ec132cbbff41c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 14 六月 2024 11:28:07 +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