feat: 新接口查原材料时查联查库存在途和需求
This commit is contained in:
@@ -193,5 +193,23 @@ public class WmsRawMaterialVo {
|
||||
@ExcelProperty(value = "BOM 表头ID")
|
||||
private Long bomId;
|
||||
|
||||
/**
|
||||
* 需求量
|
||||
*/
|
||||
@ExcelProperty(value = "需求量")
|
||||
private BigDecimal demand;
|
||||
|
||||
/**
|
||||
* 库存量
|
||||
*/
|
||||
@ExcelProperty(value = "库存量")
|
||||
private BigDecimal inventory;
|
||||
|
||||
/**
|
||||
* 在途量
|
||||
*/
|
||||
@ExcelProperty(value = "在途量")
|
||||
private BigDecimal onTheWay;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user