optimize(ebom): 去掉重复的deptRowId

This commit is contained in:
曹鹏飞 2024-06-21 07:58:17 +08:00
parent 63bc0d775a
commit 8dd5c58d8b
1 changed files with 0 additions and 6 deletions

View File

@ -351,12 +351,6 @@ 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;