新增一些公共查询方法
This commit is contained in:
@@ -2,6 +2,7 @@ package com.njcn.influx.service;
|
||||
|
||||
import com.njcn.influx.pojo.po.DataHarmRateV;
|
||||
import com.njcn.influx.query.InfluxQueryWrapper;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
@@ -10,4 +11,5 @@ import com.njcn.influx.query.InfluxQueryWrapper;
|
||||
*/
|
||||
public interface DataHarmRateVService {
|
||||
DataHarmRateV getMeanAllTimesData(InfluxQueryWrapper influxQueryWrapper);
|
||||
List<DataHarmRateV> getNewDataHarmRateV(String lineIndex, String startTime, String endTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user