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
cafc9eac
Commit
cafc9eac
authored
Sep 20, 2023
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报错
parent
b1bd52bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
70 deletions
+13
-70
TdHygfJpInverterWarn.java
...mos/boot/module/hygf/api/entity/TdHygfJpInverterWarn.java
+13
-70
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/TdHygfJpInverterWarn.java
View file @
cafc9eac
...
...
@@ -16,74 +16,13 @@ import java.util.Date;
* @author system_generator
* @date 2023-09-19
*/
@Data
@Accessors
(
chain
=
true
)
@TableName
(
"td_hygf_jp_inverter_warn"
)
public
class
TdHygfJpInverterWarn
{
@Data
@Accessors
(
chain
=
true
)
@TableName
(
"td_hygf_jp_inverter_warn"
)
public
class
TdHygfJpInverterWarn
{
private
static
final
long
serialVersionUID
=
1L
;
/**
* sn编码
*/
@TableField
(
"sn_code"
)
private
String
snCode
;
/**
* 内容
*/
@TableField
(
"content"
)
private
String
content
;
/**
* 等级
*/
@TableField
(
"level"
)
private
String
level
;
/**
* 时长
*/
@TableField
(
"time_long"
)
private
Long
timeLong
;
/**
* 起始时间
*/
@TableField
(
"start_time"
)
private
Date
startTime
;
/**
* 恢复时间
*/
@TableField
(
"recover_time"
)
private
Date
recoverTime
;
/**
* 处理方法
*/
@TableField
(
"treatment"
)
private
String
treatment
;
/**
* 逆变器id
*/
@TableField
(
"inverter_id"
)
private
Long
inverterId
;
/**
* 第三方电站id
*/
@TableField
(
"third_station_id"
)
private
String
thirdStationId
;
/**
* 第三方厂商标识
*/
@TableField
(
"third_code"
)
private
String
thirdCode
;
/**
* sn编码
*/
...
...
@@ -112,13 +51,13 @@ import java.util.Date;
* 起始时间
*/
@TableField
(
"start_time"
)
private
Long
startTime
;
private
Date
startTime
;
/**
* 恢复时间
*/
@TableField
(
"recover_time"
)
private
Long
recoverTime
;
private
Date
recoverTime
;
/**
* 处理方法
...
...
@@ -127,6 +66,12 @@ import java.util.Date;
private
String
treatment
;
/**
* 逆变器id
*/
@TableField
(
"inverter_id"
)
private
Long
inverterId
;
/**
* 第三方电站id
*/
@TableField
(
"third_station_id"
)
...
...
@@ -150,6 +95,4 @@ import java.util.Date;
@TableField
(
"time"
)
private
Long
time
;
}
}
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