修复库存分布问题

This commit is contained in:
2025-10-31 14:37:19 +08:00
parent 456367a63f
commit 3e964b4d23
3 changed files with 48 additions and 62 deletions

View File

@@ -73,6 +73,11 @@ public class WmsStockVo {
@ExcelProperty(value = "仓库/库区名称")
private String warehouseName;
/**
* 状态0=在库1=在途2=已出库)
*/
private Integer status;
/**
* 在途量
*/