|
|
|
@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
|
|
import com.cuit.solarenergy.entity.ElementValue;
|
|
|
|
|
import com.cuit.solarenergy.entity.MapService;
|
|
|
|
|
import com.cuit.solarenergy.entity.MonitorRet;
|
|
|
|
|
import com.cuit.solarenergy.entity.TSamplingDataDetails;
|
|
|
|
|
import com.cuit.solarenergy.entity.vo.req.MultiRSDetectionReq;
|
|
|
|
|
import com.cuit.solarenergy.entity.vo.req.MultiRSReq;
|
|
|
|
@ -120,6 +121,12 @@ public interface TSamplingDataDetailsMapper extends BaseMapper<TSamplingDataDeta
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
List<ElementValueRet> getElementStatus(String mappedElementCode);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 查询监测点信息
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
List<MonitorRet> getMonitorInfo();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|