Merge branch 'refs/heads/feature/DM/nflg-bom' into feature/DM/nflg-bom-transition

This commit is contained in:
曹鹏飞 2024-06-03 09:02:03 +08:00
commit 62b6b2964f
1 changed files with 6 additions and 0 deletions

View File

@ -273,6 +273,12 @@ public class BomNewPbomParentVO extends BaseMaterialVO implements Serializable {
@ApiModelProperty(value = "SAP排序字符串")
private String sapOrderNum = "0040";
/**
* 创建人所属部门rowId
*/
@ApiModelProperty(value = "创建人所属部门rowId")
private Long deptRowId;
private String levelNo;