lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -116,7 +116,7 @@ /** * 设备监控 - 设备详细信息 */ MdcEquipmentDto mdcEquipmentDetailedInfo(String id); Map<String, Object> mdcEquipmentDetailedInfo(String id); /** * 通过用户部门关系获取设备id集合 @@ -186,6 +186,7 @@ /** * 导出List * * @param mdcEquipment * @return */ @@ -193,6 +194,7 @@ /** * 通过车间ids获取设备树 * * @param ids * @return */ @@ -200,6 +202,7 @@ /** * 查询单表数据 * * @param tableName * @return */ @@ -207,4 +210,11 @@ List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo); /** * 根据产线id获取设备状态列表 * * @param workshopId * @return */ List<MdcEquipmentMonitor> getEquipmentMonitorList(String workshopId); }