新增两张bom表的增删改查,以及产品和原料表添加bom_id的修改

This commit is contained in:
2025-07-29 13:27:23 +08:00
parent 7e0b3681dd
commit 620d16fcb0
26 changed files with 973 additions and 0 deletions

View File

@@ -126,5 +126,11 @@ public class WmsRawMaterial extends BaseEntity {
* 单位
*/
private String unit;
/**
* BOM 表头ID
*/
private Long bomId;
}