修复库存分布问题
This commit is contained in:
@@ -73,6 +73,11 @@ public class WmsStockVo {
|
||||
@ExcelProperty(value = "仓库/库区名称")
|
||||
private String warehouseName;
|
||||
|
||||
/**
|
||||
* 状态(0=在库,1=在途,2=已出库)
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 在途量
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user