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
8a676f89
Commit
8a676f89
authored
Sep 19, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改实体
parent
1344d134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
TdHygfJpInverterWarn.java
...mos/boot/module/hygf/api/entity/TdHygfJpInverterWarn.java
+16
-17
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 @
8a676f89
...
...
@@ -2,7 +2,6 @@ package com.yeejoin.amos.boot.module.hygf.api.entity;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
...
...
@@ -14,72 +13,72 @@ import java.util.Date;
* @author system_generator
* @date 2023-09-19
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"td_hygf_jp_inverter_warn"
)
public
class
TdHygfJpInverterWar
{
@Data
@Accessors
(
chain
=
true
)
@TableName
(
"td_hygf_jp_inverter_warn"
)
public
class
TdHygfJpInverterWarn
{
private
static
final
long
serialVersionUID
=
1L
;
/**
* sn编码
*/
@TableField
(
"sn_code"
)
@TableField
(
"sn_code"
)
private
String
snCode
;
/**
* 内容
*/
@TableField
(
"content"
)
@TableField
(
"content"
)
private
String
content
;
/**
* 等级
*/
@TableField
(
"level"
)
@TableField
(
"level"
)
private
String
level
;
/**
* 时长
*/
@TableField
(
"time_long"
)
@TableField
(
"time_long"
)
private
Long
timeLong
;
/**
* 起始时间
*/
@TableField
(
"start_time"
)
@TableField
(
"start_time"
)
private
Date
startTime
;
/**
* 恢复时间
*/
@TableField
(
"recover_time"
)
@TableField
(
"recover_time"
)
private
Date
recoverTime
;
/**
* 处理方法
*/
@TableField
(
"treatment"
)
@TableField
(
"treatment"
)
private
String
treatment
;
/**
* 逆变器id
*/
@TableField
(
"inverter_id"
)
@TableField
(
"inverter_id"
)
private
Long
inverterId
;
/**
* 第三方电站id
*/
@TableField
(
"third_station_id"
)
@TableField
(
"third_station_id"
)
private
String
thirdStationId
;
/**
* 第三方厂商标识
*/
@TableField
(
"third_code"
)
@TableField
(
"third_code"
)
private
String
thirdCode
;
}
}
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