liujiandao
2024-01-12 42d665b58dd50ddd1e91fe8198a00e391fdf8202
仓库查询修改
1个文件已修改
2 ■■■ 已修改文件
request/warehouse.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
request/warehouse.go
@@ -2,7 +2,7 @@
type GetWarehouseList struct {
    PageInfo
    Keyword string `json:"keyword"`
    Keyword string `json:"keyword" form:"keyword"`
}
type AddWarehouse struct {