feat: 推荐采购加返回字段:需求库存在途

This commit is contained in:
JR
2025-07-30 10:23:12 +08:00
parent 5c42bf666a
commit bdb201e015
4 changed files with 43 additions and 3 deletions

View File

@@ -73,5 +73,16 @@ public class WmsPurchasePlanDetailVo {
@ExcelProperty(value = "原材料编码")
private String rawMaterialCode;
/**
* 需求量
*/
private BigDecimal demand;
/**
* 库存量
*/
private BigDecimal inventory;
/**
* 在途量
*/
private BigDecimal onTheWay;
}