+projectType

This commit is contained in:
jing's 2023-12-29 15:51:35 +08:00
parent b684e161ca
commit 6b56deff50
1 changed files with 2 additions and 1 deletions

View File

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