Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
bed3355f
Commit
bed3355f
authored
Apr 08, 2024
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏监盘风电、光伏场站运行指标数据接口调整。
parent
74977b0f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
BuDunStationDetailInfo.java
...mos/boot/module/jxiop/api/dto/BuDunStationDetailInfo.java
+4
-0
StationBasic.java
...ejoin/amos/boot/module/jxiop/api/entity/StationBasic.java
+5
-0
MonitorService.java
...in/amos/boot/module/jxiop/biz/service/MonitorService.java
+14
-0
MonitorServiceImpl.java
...oot/module/jxiop/biz/service/impl/MonitorServiceImpl.java
+0
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/dto/BuDunStationDetailInfo.java
View file @
bed3355f
...
...
@@ -7,7 +7,11 @@ public class BuDunStationDetailInfo {
private
String
station_name
;
private
Double
actual_installed_capacity
;
private
Double
year
;
private
Double
year_complete
;
private
Double
year_hours
;
private
Double
month
;
private
Double
month_hours
;
private
Double
day
;
private
Double
day_hours
;
private
Double
wind_as_irradiance
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/java/com/yeejoin/amos/boot/module/jxiop/api/entity/StationBasic.java
View file @
bed3355f
...
...
@@ -174,4 +174,9 @@ public class StationBasic extends BaseEntity {
*/
@TableField
(
"installed_capacity"
)
private
Double
installedCapacity
=
0.0
;
/**
* 装机容量
*/
@TableField
(
"equip_numbers"
)
private
Integer
equipNumbers
=
0
;
}
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/MonitorService.java
View file @
bed3355f
...
...
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.RegionNationWideDto
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.ResultsData
;
import
com.yeejoin.amos.boot.module.jxiop.biz.dto.SeriesData
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
java.util.HashMap
;
import
java.util.List
;
...
...
@@ -78,4 +79,17 @@ public interface MonitorService {
* @return
*/
Page
<
Map
<
String
,
Object
>>
stationRanking
(
String
day
,
String
type
,
String
areaCode
);
/**
* @Descritpion 根据入参动态获取风电站数据
* @param stationId
* @return
*/
IPage
<
Map
>
getStationOverViewFanByStationId
(
String
stationId
);
/**
* @Descritpion 根据入参动态获取光伏站数据
* @param stationId
* @return
*/
IPage
<
Map
>
getStationOverViewPVByStationId
(
String
stationId
);
}
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitorServiceImpl.java
View file @
bed3355f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment