1.分布式光伏遥测数据接口新增

This commit is contained in:
wr
2024-06-20 09:44:42 +08:00
parent e1b216fbdc
commit 6c8d5d3ff7
16 changed files with 605 additions and 102 deletions

View File

@@ -8,5 +8,11 @@ public interface IBusinessService {
void queryTelemetryAreaData(String date);
/**
* 获取台区遥测数据
* @param date
*/
void queryTelemetryInterfaceAreaData(String date);
}