删除bom表中的parent_type和parent_id然后修改对应的CRUD
This commit is contained in:
@@ -32,16 +32,6 @@ public class WmsBomBo extends BaseEntity {
|
||||
*/
|
||||
private String bomName;
|
||||
|
||||
/**
|
||||
* 所属类型: PRODUCT 或 RAW_MATERIAL
|
||||
*/
|
||||
private String parentType;
|
||||
|
||||
/**
|
||||
* 对应 wms_product.product_id 或 wms_raw_material.raw_material_id
|
||||
*/
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 是否启用(0=否,1=是)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user