|
|
|
@ -1972,7 +1972,8 @@ public class MesEnumUtil {
|
|
|
|
|
MES_PROD_WORK_CENTER(530, "prodWorkCenterExcelService", "产品工作中心配置导入"),
|
|
|
|
|
MES_PART_COLOR(540, "partColorExcelService", "产品颜色导入"),
|
|
|
|
|
MES_PART_STOCK_SCHEDULE(550, "partStockScheduleExcelService", "库存排程配置导入"),
|
|
|
|
|
MES_PROD_CFG_DETAIL(560, "prodCfgDetailExcelService", "产品配置明细导入");
|
|
|
|
|
MES_PROD_CFG_DETAIL(560, "prodCfgDetailExcelService", "产品配置明细导入"),
|
|
|
|
|
MES_LOCATION(570, "locationExcelService", "库位信息导入");
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
|
private String service;
|
|
|
|
|