暂态事件查询事件
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.influx.service;
|
||||
|
||||
import com.njcn.influx.pojo.dto.EventDataSetDTO;
|
||||
import com.njcn.influx.pojo.dto.EventQueryDTO;
|
||||
import com.njcn.influx.pojo.dto.StatisticalDataDTO;
|
||||
import com.njcn.influx.pojo.po.cs.EntData;
|
||||
@@ -24,5 +25,8 @@ public interface EvtDataService {
|
||||
* @Author: clam
|
||||
* @Date: 2023/8/30
|
||||
*/
|
||||
@Deprecated
|
||||
List<EntData> getEventData(EventQueryDTO eventQueryDTO);
|
||||
|
||||
EventDataSetDTO getEventDataSet(String tableName,String uuid,String columnName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user