pbom 加relCategoryCode

This commit is contained in:
大米 2024-01-23 14:20:37 +08:00
parent c20932ff1f
commit a32e3591d8
1 changed files with 3 additions and 0 deletions

View File

@ -274,6 +274,9 @@ public class BomNewPbomParentVO extends BaseMaterialVO implements Serializable {
private String levelNo;
@ApiModelProperty("物料一级分类编码")
private String relCategoryCode;
@ApiModelProperty("子级")
List<BomNewPbomParentVO> childNodes;