Commit 0ec81aba authored by caotao's avatar caotao

替换service为新数据源service

parent 13b156ee
......@@ -88,6 +88,12 @@ public interface MonitorService {
*/
IPage<Map> getStationOverViewFanByStationId( String stationId);
/**
* @Descritpion 根据入参动态获取全国发电量数据
* @param stationId
* @return
*/
Map<String,Object> gettimedateyfd( );
/**
* @Descritpion 根据入参动态获取光伏站数据
* @param stationId
* @return
......@@ -102,4 +108,6 @@ public interface MonitorService {
* @return
*/
ResultsData getElectricQuantityList(int current, int size, StationBasic stationBasic);
void getTotalData();
}
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