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