Commit 71924d70 authored by ZWT's avatar ZWT

feat[零碳项目]: 松原演示

[
1.统计分析-井组监控页功能开发,开发井组生产详情接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
2.统计分析-井组监控页功能开发,开发井口实时信息接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
3.统计分析-井组监控页功能开发,开发光伏电站发电详情接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
4.统计分析-能耗分析页功能开发,开发今日/昨日/同期电量统计接口,完成接口冒烟测试并编写线上接口文档生成接口用例;
]
parent 3aa16167
...@@ -79,7 +79,7 @@ public class EnergyConsumptionAnalysisService { ...@@ -79,7 +79,7 @@ public class EnergyConsumptionAnalysisService {
* @return {@link XListResult }<{@link PowerStatisticsOutput }> * @return {@link XListResult }<{@link PowerStatisticsOutput }>
*/ */
@XText("能耗分析--今日/昨日/同期电量统计") @XText("能耗分析--今日/昨日/同期电量统计")
@XApiGet(anonymous = true) @XApiGet
public XListResult<PowerStatisticsOutput> powerStatistics(XContext context, GetEnergyConsumptionAnalysisInput input) { public XListResult<PowerStatisticsOutput> powerStatistics(XContext context, GetEnergyConsumptionAnalysisInput input) {
DynamicQueryBasePowerLinePlantInput plantInput = new DynamicQueryBasePowerLinePlantInput(); DynamicQueryBasePowerLinePlantInput plantInput = new DynamicQueryBasePowerLinePlantInput();
String stationName = input.getStationName(); String stationName = input.getStationName();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment