yb
3 天以前 bbfc6a9a5b3a899c7405d06454d315d8c283e23f
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);
}