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
6316800b
Commit
6316800b
authored
Sep 19, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改实体映射
parent
0ade5e83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
JpInverterDto.java
.../yeejoin/amos/boot/module/hygf/api/dto/JpInverterDto.java
+0
-4
TdHygfJpInvertorElecHistoryDto.java
...t/module/hygf/api/dto/TdHygfJpInvertorElecHistoryDto.java
+1
-6
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpInverterDto.java
View file @
6316800b
...
@@ -71,19 +71,15 @@ public class JpInverterDto extends BaseDto {
...
@@ -71,19 +71,15 @@ public class JpInverterDto extends BaseDto {
private
String
warrantyPeriod
;
private
String
warrantyPeriod
;
@ApiModelProperty
(
value
=
"IGBT温度"
)
@ApiModelProperty
(
value
=
"IGBT温度"
)
@TableField
(
"igbt_temperature"
)
private
String
igbtTemperature
;
private
String
igbtTemperature
;
@ApiModelProperty
(
value
=
"AFCI方案"
)
@ApiModelProperty
(
value
=
"AFCI方案"
)
@TableField
(
"afci_programme"
)
private
String
afciProgramme
;
private
String
afciProgramme
;
@ApiModelProperty
(
value
=
"AFCI版本"
)
@ApiModelProperty
(
value
=
"AFCI版本"
)
@TableField
(
"afci_version"
)
private
String
afciVersion
;
private
String
afciVersion
;
@ApiModelProperty
(
value
=
"ID"
)
@ApiModelProperty
(
value
=
"ID"
)
@TableField
(
"id"
)
private
Long
id
;
private
Long
id
;
@ApiModelProperty
(
value
=
"第三方电站id"
)
@ApiModelProperty
(
value
=
"第三方电站id"
)
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/TdHygfJpInvertorElecHistoryDto.java
View file @
6316800b
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
dto
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
...
@@ -25,27 +26,21 @@ public class TdHygfJpInvertorElecHistoryDto extends BaseDto {
...
@@ -25,27 +26,21 @@ public class TdHygfJpInvertorElecHistoryDto extends BaseDto {
private
String
snCode
;
private
String
snCode
;
@ApiModelProperty
(
value
=
"U交流电压"
)
@ApiModelProperty
(
value
=
"U交流电压"
)
@TableField
(
"U_AC_voltage"
)
private
Double
uAcVoltage
;
private
Double
uAcVoltage
;
@ApiModelProperty
(
value
=
"V交流电压"
)
@ApiModelProperty
(
value
=
"V交流电压"
)
@TableField
(
"V_AC_voltage"
)
private
Double
vAcVoltage
;
private
Double
vAcVoltage
;
@ApiModelProperty
(
value
=
"W交流电压"
)
@ApiModelProperty
(
value
=
"W交流电压"
)
@TableField
(
"W_AC_voltage"
)
private
Double
wAcVoltage
;
private
Double
wAcVoltage
;
@ApiModelProperty
(
value
=
"U交流电流"
)
@ApiModelProperty
(
value
=
"U交流电流"
)
@TableField
(
"U_AC_current"
)
private
Double
uAcCurrent
;
private
Double
uAcCurrent
;
@ApiModelProperty
(
value
=
"V交流电流"
)
@ApiModelProperty
(
value
=
"V交流电流"
)
@TableField
(
"V_AC_current"
)
private
Double
vAcCurrent
;
private
Double
vAcCurrent
;
@ApiModelProperty
(
value
=
"W交流电流"
)
@ApiModelProperty
(
value
=
"W交流电流"
)
@TableField
(
"W_AC_current"
)
private
Double
wAcCurrent
;
private
Double
wAcCurrent
;
@ApiModelProperty
(
value
=
"品牌"
)
@ApiModelProperty
(
value
=
"品牌"
)
...
...
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