新增一些公共查询方法
This commit is contained in:
13
src/main/java/com/njcn/influx/service/DataPltService.java
Normal file
13
src/main/java/com/njcn/influx/service/DataPltService.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.njcn.influx.service;
|
||||
|
||||
import com.njcn.influx.pojo.po.DataPlt;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author guofeihu
|
||||
* @version 1.0.0
|
||||
* @date 2024年09月13日 11:01
|
||||
*/
|
||||
public interface DataPltService {
|
||||
List<DataPlt> getNewDataPlt(String lineIndex, String startTime, String endTime);
|
||||
}
|
||||
Reference in New Issue
Block a user