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
310e12e9
Commit
310e12e9
authored
Nov 23, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电站日月年报表导出无单位
parent
43316b40
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
DayGenerateEX.java
.../yeejoin/amos/boot/module/hygf/api/dto/DayGenerateEX.java
+4
-4
JpStationDto.java
...m/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
+3
-3
MonthGenerateEX.java
...eejoin/amos/boot/module/hygf/api/dto/MonthGenerateEX.java
+4
-4
YearGenerateEX.java
...yeejoin/amos/boot/module/hygf/api/dto/YearGenerateEX.java
+4
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/DayGenerateEX.java
View file @
310e12e9
...
...
@@ -33,24 +33,24 @@ public class DayGenerateEX {
* 满发小时数
*
* */
@ExcelProperty
(
value
=
"满发小时数"
,
index
=
5
)
@ExcelProperty
(
value
=
"满发小时数
(h)
"
,
index
=
5
)
private
Double
fullhour
;
@ExcelProperty
(
value
=
"日发电量"
,
index
=
6
)
@ExcelProperty
(
value
=
"日发电量
(kWh)
"
,
index
=
6
)
// 日发电量
private
Double
dayGenerate
;
@ExcelProperty
(
value
=
"日收益"
,
index
=
7
)
@ExcelProperty
(
value
=
"日收益
(元)
"
,
index
=
7
)
// 日收益
private
Double
dayIncome
;
/**
* 累计发电量
*/
@ExcelProperty
(
value
=
"累计发电量"
,
index
=
8
)
@ExcelProperty
(
value
=
"累计发电量
(kWh)
"
,
index
=
8
)
private
Double
accumulatedPower
;
/**
* 状态
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
View file @
310e12e9
...
...
@@ -96,7 +96,7 @@ public class JpStationDto extends BaseDto {
/**
* 累计发电量
*/
@ExcelProperty
(
value
=
"累计发电量"
,
index
=
6
)
@ExcelProperty
(
value
=
"累计发电量
(mWh)
"
,
index
=
6
)
private
Double
accumulatedPower
;
@ExcelIgnore
/**
...
...
@@ -136,7 +136,7 @@ public class JpStationDto extends BaseDto {
private
String
area
;
@ExcelIgnore
List
<
JpPersonStation
>
statioId
;
@ExcelProperty
(
value
=
"累计收益"
,
index
=
7
)
@ExcelProperty
(
value
=
"累计收益
(元)
"
,
index
=
7
)
// 累计收益
private
Double
cumulativeIncome
;
@ExcelIgnore
...
...
@@ -177,7 +177,7 @@ public class JpStationDto extends BaseDto {
* 满发小时数
*
* */
@ExcelProperty
(
value
=
"满发小时数"
,
index
=
5
)
@ExcelProperty
(
value
=
"满发小时数
(h)
"
,
index
=
5
)
private
Double
fullhour
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/MonthGenerateEX.java
View file @
310e12e9
...
...
@@ -35,7 +35,7 @@ public class MonthGenerateEX {
* 满发小时数
*
* */
@ExcelProperty
(
value
=
"满发小时数"
,
index
=
5
)
@ExcelProperty
(
value
=
"满发小时数
(h)
"
,
index
=
5
)
private
Double
fullhour
;
...
...
@@ -43,15 +43,15 @@ public class MonthGenerateEX {
// 月发电量
@ExcelProperty
(
value
=
"月发电量"
,
index
=
6
)
@ExcelProperty
(
value
=
"月发电量
(kWh)
"
,
index
=
6
)
private
Double
monthGenerate
;
// 月收益
@ExcelProperty
(
value
=
"月收益"
,
index
=
7
)
@ExcelProperty
(
value
=
"月收益
(元)
"
,
index
=
7
)
private
Double
monthIncome
;
/**
* 累计发电量
*/
@ExcelProperty
(
value
=
"累计发电量"
,
index
=
8
)
@ExcelProperty
(
value
=
"累计发电量
(kWh)
"
,
index
=
8
)
private
Double
accumulatedPower
;
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/YearGenerateEX.java
View file @
310e12e9
...
...
@@ -30,22 +30,22 @@ public class YearGenerateEX {
* 满发小时数
*
* */
@ExcelProperty
(
value
=
"满发小时数"
,
index
=
5
)
@ExcelProperty
(
value
=
"满发小时数
(h)
"
,
index
=
5
)
private
Double
fullhour
;
// 年发电量
@ExcelProperty
(
value
=
"年发电量"
,
index
=
6
)
@ExcelProperty
(
value
=
"年发电量
(kWh)
"
,
index
=
6
)
private
Double
yearGenerate
;
// 年收益
@ExcelProperty
(
value
=
"年收益"
,
index
=
7
)
@ExcelProperty
(
value
=
"年收益
(元)
"
,
index
=
7
)
private
Double
yearIncome
;
/**
* 累计发电量
*/
@ExcelProperty
(
value
=
"累计发电量"
,
index
=
8
)
@ExcelProperty
(
value
=
"累计发电量
(kWh)
"
,
index
=
8
)
private
Double
accumulatedPower
;
}
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