| | |
| | | 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.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); |
| | | |
| | | /** |
| | | * 列表查询 |
| | |
| | | IPage<MdcEquipment> pageList(Page<MdcEquipment> page, MdcEquipmentVo mdcEquipment, HttpServletRequest req); |
| | | |
| | | /** |
| | | * 监控设备转速任务 |
| | | * 监控设备运行参数任务 |
| | | */ |
| | | void monitoringSpeedProcess(); |
| | | |
| | |
| | | */ |
| | | List<MdcEquipment> exportXlsList(MdcEquipmentVo mdcEquipment); |
| | | |
| | | /** |
| | | * 通过车间ids获取设备树 |
| | | * @param ids |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentTree> loadTreeListByProductionIds(String ids); |
| | | |
| | | /** |
| | | * 查询单表数据 |
| | | * @param tableName |
| | | * @return |
| | | */ |
| | | MdcEquipmentDto getWorkLineLast(String tableName); |
| | | |
| | | List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo); |
| | | |
| | | } |