| | |
| | | package com.qianwen.smartman.modules.mdc.service; |
| | | |
| | | import java.util.List; |
| | | import com.qianwen.smartman.modules.cps.vo.DmpStatusVariableVO; |
| | | import com.qianwen.smartman.modules.cps.vo.DmpVariablesVO; |
| | | import com.qianwen.smartman.modules.smis.vo.DmpStatusVariableVO; |
| | | import com.qianwen.smartman.modules.smis.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); |
| | | |
| | | |
| | | } |