yinbentan
2024-07-06 79aef24a785581d95343ccd99e9cb362b2bc9c97
request/location.go
@@ -9,7 +9,9 @@
type GetLocationList struct {
   PageInfo
   Type      int    `json:"type"`
   KeyWord   string `json:"keyWord"`
   JointName string `json:"jointName"` //拼接名称
   Type            int    `json:"type"`
   KeyWord         string `json:"keyWord"`
   JointName       string `json:"jointName"`       //拼接名称
   IsScrapLocation bool   `json:"isScrapLocation"` //是否报废
   WarehouseId     int    `json:"warehouseId"`     //仓库ID
}