公告板
版本库
filestore
活动
搜索
登录
~cuijin
/
WMS
派生自
aps/WMS
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
获取位置列表增加仓库ID传参,默认位置去掉仓库code拼接, 修复若干bug
zhangqian
2024-07-03
a2cfbd59045d7426088e9ec9e93794dc895849a9
[~cuijin/WMS.git]
/
response
/
Material.go
1
2
3
4
5
6
7
package response
type MaterialInputRes struct {
InputCount int `json:"inputCount"`
ErrCount int `json:"errCount"`
FileAddress string `json:"fileAddress"`
}