Lius
2024-04-24 7cb124e47f32af99c1098db89462f549a395254b
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -9,7 +9,8 @@
import org.jeecg.modules.mdc.entity.MdcEquipment;
import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor;
import org.jeecg.modules.mdc.model.MdcEquipmentTree;
import org.jeecg.modules.mdc.vo.MdcCommonVo;
import org.jeecg.modules.mdc.vo.MdcEfficiencyReportQueryVo;
import org.jeecg.modules.mdc.vo.MdcEfficiencyReportShiftQueryVo;
import org.jeecg.modules.mdc.vo.MdcEquipmentVo;
import org.jeecg.modules.mdc.vo.WorkshopEquipmentVo;
@@ -171,7 +172,7 @@
     */
    IPage<MdcEquipment> getEquipmentByWorkshopId(Page<MdcEquipment> page, WorkshopEquipmentVo workshopEquipmentVo);
    List<String> listEquipmentId(String equipmentType, List<String> equipmentIdList);
    List<String> listEquipmentId(MdcEfficiencyReportQueryVo vo);
    /**
     * 列表查询
@@ -204,8 +205,6 @@
     */
    MdcEquipmentDto getWorkLineLast(String tableName);
    /**
     * 设备运行状态统计
     */
    List<MdcCommonVo> getEquipmentStatusStatistics(String userId, String key);
    List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo);
}