yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/service/IRealTimeDataService.java
@@ -4,9 +4,13 @@
import com.qianwen.smartman.modules.cps.vo.DmpStatusVariableVO;
import com.qianwen.smartman.modules.cps.vo.DmpVariablesVO;
import com.qianwen.smartman.modules.mdc.vo.WorkstationVO;
/**
 * 实时数据
 */
public interface IRealTimeDataService {
    List<DmpStatusVariableVO> getWorkstationRealTimeStatus(WorkstationVO workstationVO);
    //List<DmpStatusVariableVO> getWorkstationRealTimeStatus(WorkstationVO workstationVO);
    List<DmpVariablesVO> getWorkstationDmpVariables(Long workstationId);
    //List<DmpVariablesVO> getWorkstationDmpVariables(Long workstationId);
}