package org.jeecg.modules.screen.service; import org.jeecg.modules.screen.dto.EquipmentStatusOverview; /** * @Author: Lius * @CreateTime: 2025-02-28 * @Description: */ public interface MdcLargeScreenService { /** * 设备情况 * * @param workshopId * @return */ EquipmentStatusOverview equipmentStatusOverview(String workshopId); }