fix(ebom): 修复编辑页面保存数据时部门编号缺失导致报错的问题

This commit is contained in:
曹鹏飞 2024-06-20 15:35:02 +08:00
parent 3762a37841
commit b77c327c6f
1 changed files with 6 additions and 0 deletions

View File

@ -347,6 +347,12 @@ public class BomNewEbomParentVO extends BaseMaterialVO implements Serializable {
@ApiModelProperty("是否发生了变更 0不变 1:删除-和正式版一致 2-版本发版变化")
private Integer hasChangeState=0;
/**
* 创建人所属部门rowId
*/
@ApiModelProperty(value = "创建人所属部门rowId")
private Long deptRowId;
private List<BomNewEbomParentVO> childNodes = Collections.emptyList();
private static final long serialVersionUID = 1L;