新增两张bom表的增删改查,以及产品和原料表添加bom_id的修改
This commit is contained in:
@@ -187,5 +187,11 @@ public class WmsRawMaterialVo {
|
||||
@ExcelProperty(value = "单位")
|
||||
private String unit;
|
||||
|
||||
/**
|
||||
* BOM 表头ID
|
||||
*/
|
||||
@ExcelProperty(value = "BOM 表头ID")
|
||||
private Long bomId;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user