暂态事件查询事件
This commit is contained in:
@@ -3,6 +3,7 @@ package com.njcn.influx.imapper;
|
||||
|
||||
import com.njcn.influx.base.InfluxDbBaseMapper;
|
||||
|
||||
import com.njcn.influx.pojo.dto.EventDataSetDTO;
|
||||
import com.njcn.influx.pojo.po.cs.EntData;
|
||||
import com.njcn.influx.query.InfluxQueryWrapper;
|
||||
|
||||
@@ -20,4 +21,6 @@ public interface EvtDataMapper extends InfluxDbBaseMapper<EntData> {
|
||||
|
||||
|
||||
List<EntData> getEventData(InfluxQueryWrapper influxQueryWrapper);
|
||||
|
||||
EventDataSetDTO getEventDataSet(InfluxQueryWrapper influxQueryWrapper);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user