Lius
2024-09-13 15a20a91316b726f45ccc9e06bbd632f10eedb43
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;
@@ -100,12 +101,12 @@
    /**
     * 加载部门设备树
     */
    List<MdcEquipmentTree> loadTreeListByDepart(String userId);
    List<MdcEquipmentTree> loadTreeListByDepart(String userId, String key);
    /**
     * 加载产线设备树
     */
    List<MdcEquipmentTree> loadTreeListByProduction(String userId);
    List<MdcEquipmentTree> loadTreeListByProduction(String userId, String key);
    /**
     * 设备监控列表
@@ -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);
}