Merge branch 'refs/heads/feature/DM/nflg-bom' into feature/DM/nflg-bom-transition
This commit is contained in:
commit
62b6b2964f
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue