DataInHarmV该名称

This commit is contained in:
guofeihu
2024-09-14 09:21:32 +08:00
parent 0ca611213f
commit ac08343f56
4 changed files with 42 additions and 42 deletions

View File

@@ -0,0 +1,13 @@
package com.njcn.influx.service;
import com.njcn.influx.pojo.po.DataInHarmV;
import java.util.List;
/**
* @author guofeihu
* @version 1.0.0
* @date 2024年09月13日 11:01
*/
public interface DataInHarmVService {
List<DataInHarmV> getNewDataInHarmV(String lineIndex, String startTime, String endTime);
}