|
|
|
@ -2055,7 +2055,10 @@ public class MesEnumUtil {
|
|
|
|
|
MES_PROD_CFG_DETAIL(560, "prodCfgDetailExcelService", "产品配置明细导入"),
|
|
|
|
|
MES_LOCATION(570, "locationExcelService", "库位信息导入"),
|
|
|
|
|
MES_SUB_PART(580, "mesSubPartExcelService", "替代料导入"),
|
|
|
|
|
MES_WORK_CELL_DEFECT(590, "workCellDefectExcelService", "工位缺陷信息导入");
|
|
|
|
|
MES_WORK_CELL_DEFECT(590, "workCellDefectExcelService", "工位缺陷信息导入"),
|
|
|
|
|
MES_MODEL_GRADE(600, "modelGradeExcelService", "车型等级导入"),
|
|
|
|
|
MES_PROD_MODEL_CFG(610, "prodModelCfgExcelService", "产品车型配置导入"),
|
|
|
|
|
MES_SCATTER_PART_CFG_BOM(620, "scatterPartCfgBomExcelService", "车型散件配置清单导入");
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
|
private String service;
|
|
|
|
|