feat(pbom): 添加deptRowId
This commit is contained in:
parent
d10e070038
commit
39f9cdae60
|
|
@ -273,6 +273,12 @@ public class BomNewPbomParentVO extends BaseMaterialVO implements Serializable {
|
||||||
@ApiModelProperty(value = "SAP排序字符串")
|
@ApiModelProperty(value = "SAP排序字符串")
|
||||||
private String sapOrderNum = "0040";
|
private String sapOrderNum = "0040";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建人所属部门rowId
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "创建人所属部门rowId")
|
||||||
|
private Long deptRowId;
|
||||||
|
|
||||||
private String levelNo;
|
private String levelNo;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue