zhangqian
2024-07-03 f45e4cb8045fe60f96f467dc4ea1e2ae57445712
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
}