Lius
2025-05-15 388d87d5534a056268777cd37d877075bc79929c
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);
}