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
0ec81aba
Commit
0ec81aba
authored
Apr 12, 2024
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换service为新数据源service
parent
13b156ee
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+0
-0
MonitoringMapController.java
.../module/jxiop/biz/controller/MonitoringMapController.java
+0
-0
MonitorService.java
...in/amos/boot/module/jxiop/biz/service/MonitorService.java
+8
-0
MonitorServiceImpl.java
...oot/module/jxiop/biz/service/impl/MonitorServiceImpl.java
+0
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/MonitorFanIdxController.java
View file @
0ec81aba
This diff is collapsed.
Click to expand it.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/MonitoringMapController.java
View file @
0ec81aba
This diff is collapsed.
Click to expand it.
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 @
0ec81aba
...
@@ -88,6 +88,12 @@ public interface MonitorService {
...
@@ -88,6 +88,12 @@ public interface MonitorService {
*/
*/
IPage
<
Map
>
getStationOverViewFanByStationId
(
String
stationId
);
IPage
<
Map
>
getStationOverViewFanByStationId
(
String
stationId
);
/**
/**
* @Descritpion 根据入参动态获取全国发电量数据
* @param stationId
* @return
*/
Map
<
String
,
Object
>
gettimedateyfd
(
);
/**
* @Descritpion 根据入参动态获取光伏站数据
* @Descritpion 根据入参动态获取光伏站数据
* @param stationId
* @param stationId
* @return
* @return
...
@@ -102,4 +108,6 @@ public interface MonitorService {
...
@@ -102,4 +108,6 @@ public interface MonitorService {
* @return
* @return
*/
*/
ResultsData
getElectricQuantityList
(
int
current
,
int
size
,
StationBasic
stationBasic
);
ResultsData
getElectricQuantityList
(
int
current
,
int
size
,
StationBasic
stationBasic
);
void
getTotalData
();
}
}
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 @
0ec81aba
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