| | |
| | | /** |
| | | * 设备监控 - 设备详细信息 |
| | | */ |
| | | MdcEquipmentDto mdcEquipmentDetailedInfo(String id); |
| | | Map<String, Object> mdcEquipmentDetailedInfo(String id); |
| | | |
| | | /** |
| | | * 通过用户部门关系获取设备id集合 |
| | |
| | | |
| | | /** |
| | | * 导出List |
| | | * |
| | | * @param mdcEquipment |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 通过车间ids获取设备树 |
| | | * |
| | | * @param ids |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询单表数据 |
| | | * |
| | | * @param tableName |
| | | * @return |
| | | */ |
| | |
| | | |
| | | List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo); |
| | | |
| | | /** |
| | | * 根据产线id获取设备状态列表 |
| | | * |
| | | * @param productionId |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentMonitor> getEquipmentMonitorList(String productionId); |
| | | } |