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
32f052f8
Commit
32f052f8
authored
Dec 06, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
57583781
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
0 deletions
+11
-0
TdHYGFInverterTotalGenerate.java
...ouseapi/entity/tdeingine/TdHYGFInverterTotalGenerate.java
+2
-0
TdHYGFInverterDayGenerate.java
...oot/module/hygf/api/entity/TdHYGFInverterDayGenerate.java
+2
-0
TdHYGFInverterMonthGenerate.java
...t/module/hygf/api/entity/TdHYGFInverterMonthGenerate.java
+2
-0
TdHYGFInverterTotalGenerate.java
...t/module/hygf/api/entity/TdHYGFInverterTotalGenerate.java
+3
-0
TdHYGFInverterYearGenerate.java
...ot/module/hygf/api/entity/TdHYGFInverterYearGenerate.java
+2
-0
No files found.
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/orm/houseapi/entity/tdeingine/TdHYGFInverterTotalGenerate.java
View file @
32f052f8
package
com
.
yeejoin
.
amos
.
api
.
householdapi
.
face
.
orm
.
houseapi
.
entity
.
tdeingine
;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
lombok.Data
;
...
...
@@ -40,5 +41,6 @@ public class TdHYGFInverterTotalGenerate implements Serializable {
*/
private
Double
fullhour
;
private
Double
income
;
private
String
name
;
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/TdHYGFInverterDayGenerate.java
View file @
32f052f8
...
...
@@ -183,5 +183,7 @@ public class TdHYGFInverterDayGenerate implements Serializable {
private
Double
income
;
@ExcelIgnore
private
Double
fullhour
;
@ExcelIgnore
private
String
name
;
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/TdHYGFInverterMonthGenerate.java
View file @
32f052f8
...
...
@@ -18,6 +18,8 @@ public class TdHYGFInverterMonthGenerate implements Serializable {
*/
@ExcelIgnore
private
Long
createdTime
;
@ExcelIgnore
private
String
name
;
/**
* 第三方场站id
*/
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/TdHYGFInverterTotalGenerate.java
View file @
32f052f8
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
entity
;
import
com.alibaba.excel.annotation.ExcelIgnore
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
lombok.Data
;
...
...
@@ -19,6 +20,8 @@ public class TdHYGFInverterTotalGenerate implements Serializable {
* 第三方场站id
*/
private
String
thirdStationId
;
@ExcelIgnore
private
String
name
;
/**
* sncode
*/
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/TdHYGFInverterYearGenerate.java
View file @
32f052f8
...
...
@@ -18,6 +18,8 @@ public class TdHYGFInverterYearGenerate implements Serializable {
*/
@ExcelIgnore
private
Long
createdTime
;
@ExcelIgnore
private
String
name
;
/**
* 第三方场站id
*/
...
...
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