Merge branch 'refs/heads/feature/DM/nflg-bom-dq' into feature/DM/nflg-bom
# Conflicts: # nflg_project_dev/nflg-bom-new/src/main/java/com/nflg/product/bomnew/pojo/vo/BomNewEbomParentVO.java
This commit is contained in:
commit
213f9a3277
|
|
@ -338,6 +338,9 @@ public class BomNewEbomParentVO extends BaseMaterialVO implements Serializable {
|
||||||
return (StrUtil.isBlank(getMaterialNo())?"":getMaterialNo())+(StrUtil.isBlank(getProjectType())?"":getProjectType());
|
return (StrUtil.isBlank(getMaterialNo())?"":getMaterialNo())+(StrUtil.isBlank(getProjectType())?"":getProjectType());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "导入SAP状态")
|
||||||
|
private Integer sapState;
|
||||||
|
|
||||||
private List<BomNewEbomParentVO> childNodes = Collections.emptyList();
|
private List<BomNewEbomParentVO> childNodes = Collections.emptyList();
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
|
||||||
|
|
@ -263,6 +263,9 @@ public class BomNewPbomParentVO extends BaseMaterialVO implements Serializable {
|
||||||
@ApiModelProperty("层级数字")
|
@ApiModelProperty("层级数字")
|
||||||
private BigDecimal levelNumber;
|
private BigDecimal levelNumber;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "导入SAP状态")
|
||||||
|
private Integer sapState;
|
||||||
|
|
||||||
private String levelNo;
|
private String levelNo;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue