Lius
2024-03-07 c51323e6fcc84f08bc8c01e3dd6c916427f83f4e
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -178,7 +178,7 @@
    IPage<MdcEquipment> pageList(Page<MdcEquipment> page, MdcEquipmentVo mdcEquipment, HttpServletRequest req);
    /**
     * 监控设备转速任务
     * 监控设备运行参数任务
     */
    void monitoringSpeedProcess();
@@ -189,4 +189,17 @@
     */
    List<MdcEquipment> exportXlsList(MdcEquipmentVo mdcEquipment);
    /**
     * 通过车间ids获取设备树
     * @param ids
     * @return
     */
    List<MdcEquipmentTree> loadTreeListByProductionIds(String ids);
    /**
     * 查询单表数据
     * @param tableName
     * @return
     */
    MdcEquipmentDto getWorkLineLast(String tableName);
}