From f45e4cb8045fe60f96f467dc4ea1e2ae57445712 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 03 七月 2024 23:13:40 +0800 Subject: [PATCH] 默认位置parent_id为视图位置id --- request/location.go | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/request/location.go b/request/location.go index ce3e2be..4f49f33 100644 --- a/request/location.go +++ b/request/location.go @@ -9,5 +9,9 @@ type GetLocationList struct { PageInfo - KeyWord string `json:"keyWord"` + Type int `json:"type"` + KeyWord string `json:"keyWord"` + JointName string `json:"jointName"` //鎷兼帴鍚嶇О + IsScrapLocation bool `json:"isScrapLocation"` //鏄惁鎶ュ簾 + WarehouseId int `json:"warehouseId"` //浠撳簱ID } -- Gitblit v1.8.0