update mes生产计划添加撤回

master
yinq 3 months ago
parent dc379f5ef6
commit ce019e6929

@ -145,7 +145,7 @@ public class ProdPlanInfo extends TenantEntity {
private String attachId;
/**
* 0 1 2 3
* 0 1 2 3 4
*/
private String planStatus;

@ -64,12 +64,12 @@ public class ProdPlanInfoBo extends BaseEntity {
/**
* BOM_ID
*/
@NotNull(message = "物料BOM不能为空", groups = { AddGroup.class, EditGroup.class })
private Long materialBomId;
/**
* bom
*/
@NotNull(message = "物料BOM版本不能为空", groups = { AddGroup.class, EditGroup.class })
private String materialBomVersion;
@ -151,7 +151,7 @@ public class ProdPlanInfoBo extends BaseEntity {
private String attachId;
/**
* 0 1 2 3
* 0 1 2 3 4
*/
private String planStatus;

@ -178,7 +178,7 @@ public class ProdPlanInfoVo implements Serializable {
private String attachId;
/**
* 0 1 2 3
* 0 1 2 3 4
*/
@ExcelProperty(value = "工单计划状态", converter = ExcelDictConvert.class)
@ExcelDictFormat(dictType = "mes_plan_status")

Loading…
Cancel
Save