| | |
| | | package com.iailab.module.ansteel.api.service; |
| | | |
| | | import com.iailab.module.ansteel.api.dto.*; |
| | | import com.iailab.module.model.api.mcs.dto.PreDataBarLineReqVO; |
| | | import com.iailab.module.model.api.mcs.dto.PreDataSingleChartReqVO; |
| | | import com.iailab.module.model.api.mcs.dto.StAlarmAndSuggestReqVO; |
| | | |
| | |
| | | List<PowerControlMainDTO> getPowerControlMainList(); |
| | | |
| | | List<PowerControlDetDTO> getPowerControlDetList(Map<String, Object> params); |
| | | |
| | | List<Object[]> getHistoryValue(Map<String, Object> params); |
| | | |
| | | List<PreDataViewSimpleDTO> getPreDataByOutIds(PreDataBarLineReqVO reqVO); |
| | | } |