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
8130ca01
Commit
8130ca01
authored
Nov 10, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://36.40.66.175:5000/moa/amos-boot-biz
into developer
parents
d6d5554b
f016e2ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
JpStation.java
...householdapi/face/orm/houseapi/entity/hygf/JpStation.java
+9
-0
JpStationDto.java
...m/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
+2
-0
JpStation.java
...m/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
+10
-0
No files found.
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/orm/houseapi/entity/hygf/JpStation.java
View file @
8130ca01
...
@@ -219,4 +219,13 @@ public class JpStation implements Serializable {
...
@@ -219,4 +219,13 @@ public class JpStation implements Serializable {
private
String
email
;
// 电子邮箱
private
String
email
;
// 电子邮箱
@TableField
(
"rated_power"
)
@TableField
(
"rated_power"
)
private
Double
ratedPower
;
// 额定功率
private
Double
ratedPower
;
// 额定功率
/**
* 所属区域公司code
*/
@TableField
(
"regional_companies_code"
)
private
String
regionalCompaniesCode
;
@TableField
(
"amos_company_code"
)
private
String
amosCompanyCode
;
}
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
View file @
8130ca01
...
@@ -143,5 +143,7 @@ public class JpStationDto extends BaseDto {
...
@@ -143,5 +143,7 @@ public class JpStationDto extends BaseDto {
private
Double
ratedPower
;
private
Double
ratedPower
;
private
String
regionalCompaniesCode
;
private
String
amosCompanyCode
;
}
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
View file @
8130ca01
...
@@ -206,4 +206,14 @@ public class JpStation extends BaseEntity {
...
@@ -206,4 +206,14 @@ public class JpStation extends BaseEntity {
@TableField
(
"rated_power"
)
@TableField
(
"rated_power"
)
private
Double
ratedPower
;
private
Double
ratedPower
;
/**
* 所属区域公司code
*/
@TableField
(
"regional_companies_code"
)
private
String
regionalCompaniesCode
;
@TableField
(
"amos_company_code"
)
private
String
amosCompanyCode
;
}
}
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