jiangshuai
2023-09-28 f6676764b4eb743c519314d34042f385f639ef15
1.库存盘点修改、验证
1个文件已添加
8 ■■■■■ 已修改文件
response/location_product_response.go 8 ●●●●● 补丁 | 查看 | 原始文档 | 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"` //位置列表
}