新增方法

This commit is contained in:
xy
2024-11-05 08:52:26 +08:00
parent 5e1e409748
commit a7f17cd2ef
2 changed files with 21 additions and 0 deletions

View File

@@ -77,4 +77,12 @@ public interface CommonService {
* @return
*/
List<StatisticalDataDTO> getTopTemperature(String lineId,String tableName, String columnName,String process);
/**
* 获取监测点的指标数量,用来计算完整率
*
*/
StatisticalDataDTO getCounts(String lineId, String tableName, String columnName,String resultName, String phasic, String dataType, String clDid, String process,String startTime, String endTime);
}