+projectType
This commit is contained in:
parent
b684e161ca
commit
6b56deff50
|
|
@ -75,7 +75,8 @@ public class BomNewEbomChildVO extends BaseMaterialVO implements Serializable {
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "项目类别输入方式: 0-自动匹配 1-手工录入 3-来自物料主数据 4-来自历史统计")
|
@ApiModelProperty(value = "项目类别输入方式: 0-自动匹配 1-手工录入 3-来自物料主数据 4-来自历史统计")
|
||||||
private Integer projectTypeInputType;
|
private Integer projectTypeInputType;
|
||||||
|
@ApiModelProperty(value = "项目类别")
|
||||||
|
private String projectType;
|
||||||
/**
|
/**
|
||||||
* 创建人工号
|
* 创建人工号
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue