yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/pro/MesProWorkOrderSourceTypeEnum.java
@@ -17,7 +17,8 @@ ORDER(1, "客户订单"), STORE(2, "库存备货"), MAINTENANCE_PLAN(3, "运维计划"); MAINTENANCE_PLAN(3, "运维计划"), FORECAST(4, "负荷预测"); public static final Integer[] ARRAYS = Arrays.stream(values()).map(MesProWorkOrderSourceTypeEnum::getType).toArray(Integer[]::new);