lxzn-module-mdc/src/main/java/org/jeecg/modules/screen/service/MdcLargeScreenService.java
@@ -2,6 +2,7 @@ import org.jeecg.modules.screen.dto.AlarmInfoDto; import org.jeecg.modules.screen.dto.EquipmentStatusOverview; import org.jeecg.modules.system.entity.MdcProduction; import java.util.List; import java.util.Map; @@ -52,4 +53,11 @@ * @return */ List<AlarmInfoDto> getAlarmInfo(String productionId); /** * 工段列表 * @param productionId * @return */ List<MdcProduction> productionList(String productionId); }