| | |
| | | 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; |
| | | |
| | |
| | | /** |
| | | * 加载部门设备树 |
| | | */ |
| | | List<MdcEquipmentTree> loadTreeListByDepart(String userId); |
| | | List<MdcEquipmentTree> loadTreeListByDepart(String userId, String key); |
| | | |
| | | /** |
| | | * 加载产线设备树 |
| | | */ |
| | | List<MdcEquipmentTree> loadTreeListByProduction(String userId); |
| | | List<MdcEquipmentTree> loadTreeListByProduction(String userId, String key); |
| | | |
| | | /** |
| | | * 设备监控列表 |
| | |
| | | */ |
| | | IPage<MdcEquipment> getEquipmentByWorkshopId(Page<MdcEquipment> page, WorkshopEquipmentVo workshopEquipmentVo); |
| | | |
| | | List<String> listEquipmentId(String equipmentType, List<String> equipmentIdList); |
| | | List<String> listEquipmentId(MdcEfficiencyReportQueryVo vo); |
| | | |
| | | /** |
| | | * 列表查询 |
| | |
| | | */ |
| | | MdcEquipmentDto getWorkLineLast(String tableName); |
| | | |
| | | /** |
| | | * 设备运行状态统计 |
| | | */ |
| | | List<MdcCommonVo> getEquipmentStatusStatistics(String userId, String key); |
| | | List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo); |
| | | |
| | | } |