干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2025-02-06 39cae5e98a6fd6fb7ade9c80a11f45f46d0ab4c5
jeecg-module-dry/jeecg-module-dry-biz/src/main/java/org/jeecg/modules/dry/service/IDryRealTimeDataService.java
old mode 100644 new mode 100755
@@ -1,8 +1,7 @@
package org.jeecg.modules.dry.service;
import org.jeecg.common.api.vo.Result;
import org.jeecg.modules.dry.vo.CommandMessageVo;
import org.jeecg.modules.dry.vo.RealTimeDataVo;
import org.jeecg.modules.dry.vo.*;
public interface IDryRealTimeDataService {
    Result<?> realTimeDataHandle(RealTimeDataVo realTimeDataVo);
@@ -10,4 +9,19 @@
    Result<?> queryMachineRealTImeData(RealTimeDataVo realTimeDataVo);
    Result<?> sendSocketMsg(CommandMessageVo msgVo);
    Result<?> queryWorkshopStatistics(RealTimeDataVo realTimeDataVo);
    Result<?> statisticsDataHandle(StatisticsDataVo statsDataVo);
    /**
     * 通过实时数据收集处理故障信息
     * @param realTimeDataVo
     * @return
     */
    Result<?> fitFaultRecord(RealTimeDataVo realTimeDataVo);
    void fitFaultRecord(RealTimeDataParentVo realTimeDataParentVo);
    Result<?> realTimeDataHandle(RealTimeDataParentVo realTimeDataParentVo);
}