response/location_product_response.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
response/location_product_response.go
New file @@ -0,0 +1,8 @@ package response import "wms/models" type RuleList struct { ProductList []models.Material `json:"productList"` //产品列表 LocationList []models.Location `json:"locationList"` //位置列表 }