feat: 推荐采购加返回字段:需求库存在途
This commit is contained in:
@@ -73,5 +73,16 @@ public class WmsPurchasePlanDetailVo {
|
||||
@ExcelProperty(value = "原材料编码")
|
||||
private String rawMaterialCode;
|
||||
|
||||
|
||||
/**
|
||||
* 需求量
|
||||
*/
|
||||
private BigDecimal demand;
|
||||
/**
|
||||
* 库存量
|
||||
*/
|
||||
private BigDecimal inventory;
|
||||
/**
|
||||
* 在途量
|
||||
*/
|
||||
private BigDecimal onTheWay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user