pbom 加relCategoryCode
This commit is contained in:
parent
c20932ff1f
commit
a32e3591d8
|
|
@ -274,6 +274,9 @@ public class BomNewPbomParentVO extends BaseMaterialVO implements Serializable {
|
|||
|
||||
private String levelNo;
|
||||
|
||||
@ApiModelProperty("物料一级分类编码")
|
||||
private String relCategoryCode;
|
||||
|
||||
@ApiModelProperty("子级")
|
||||
List<BomNewPbomParentVO> childNodes;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue