Commit 6ddd51aa authored by caotao's avatar caotao

运行监盘地图与电量指标运行数据江西区域电量指标完成情况数据源调整

parent 03b1d875
package com.yeejoin.amos.boot.module.jxiop.api.dto;
import lombok.Data;
@Data
public class BuDunStationDetailInfo {
private String station_name;
private Double actual_installed_capacity;
private Double year;
private Double month;
private Double day;
private Double wind_as_irradiance;
}
...@@ -79,6 +79,7 @@ public class Constants { ...@@ -79,6 +79,7 @@ public class Constants {
public static final String get_month_top_url="method=scene_screen.data_interface.get_month_top"; public static final String get_month_top_url="method=scene_screen.data_interface.get_month_top";
public static final String get_hours_num_top="method=scene_screen.data_interface.get_hours_num_top"; public static final String get_hours_num_top="method=scene_screen.data_interface.get_hours_num_top";
public static final String get_generated_quota_trend="method=scene_screen.data_interface.get_generated_quota_trend"; public static final String get_generated_quota_trend="method=scene_screen.data_interface.get_generated_quota_trend";
public static final String get_province_station_item="method=scene_screen.data_interface.get_province_station_item";
public static final String resovleRule_data = "data"; public static final String resovleRule_data = "data";
public static final String areaChinese="区域"; public static final String areaChinese="区域";
} }
......
...@@ -59,6 +59,6 @@ public interface MonitorService { ...@@ -59,6 +59,6 @@ public interface MonitorService {
* @return * @return
*/ */
public Page<HashMap<String, String>> getPowerGenerationTrendsOfCompletionTopFive(String areaName); Page<HashMap<String, String>> getPowerGenerationTrendsOfCompletionTopFive(String areaName);
public Page<HashMap<String, String>> getPowerGenerationTrendsOfCompletionTopThree(String tabValue, String areaName); Page<HashMap<String, String>> getPowerGenerationTrendsOfCompletionTopThree(String tabValue, String areaName);
} }
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