liujiandao
2023-11-14 19c81eccddd39e4d4d6769093c7210809e7b752e
1
2
3
4
5
6
7
8
package response
 
import "wms/models"
 
type RuleList struct {
    ProductList  []models.Material `json:"productList"`  //产品列表
    LocationList []models.Location `json:"locationList"` //位置列表
}