|
|
|
@ -1973,7 +1973,8 @@ public class MesEnumUtil {
|
|
|
|
|
MES_PART_COLOR(540, "partColorExcelService", "产品颜色导入"),
|
|
|
|
|
MES_PART_STOCK_SCHEDULE(550, "partStockScheduleExcelService", "库存排程配置导入"),
|
|
|
|
|
MES_PROD_CFG_DETAIL(560, "prodCfgDetailExcelService", "产品配置明细导入"),
|
|
|
|
|
MES_LOCATION(570, "locationExcelService", "库位信息导入");
|
|
|
|
|
MES_LOCATION(570, "locationExcelService", "库位信息导入"),
|
|
|
|
|
MES_SUB_PART(580, "mesSubPartExcelService", "替代料导入");
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
|
private String service;
|
|
|
|
|