optimize(ebom): 去掉重复的deptRowId
This commit is contained in:
parent
63bc0d775a
commit
8dd5c58d8b
|
|
@ -351,12 +351,6 @@ public class BomNewEbomParentVO extends BaseMaterialVO implements Serializable {
|
||||||
@ApiModelProperty("是否发生了变更 0:不变 1:删除-和正式版一致 2-版本发版变化")
|
@ApiModelProperty("是否发生了变更 0:不变 1:删除-和正式版一致 2-版本发版变化")
|
||||||
private Integer hasChangeState=0;
|
private Integer hasChangeState=0;
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建人所属部门rowId
|
|
||||||
*/
|
|
||||||
@ApiModelProperty(value = "创建人所属部门rowId")
|
|
||||||
private Long deptRowId;
|
|
||||||
|
|
||||||
private List<BomNewEbomParentVO> childNodes = Collections.emptyList();
|
private List<BomNewEbomParentVO> childNodes = Collections.emptyList();
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue