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
a5779616
Commit
a5779616
authored
Mar 15, 2024
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运维人员数据回显错误问题处理
parent
b3d76c0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
25 deletions
+17
-25
TdHygfJpInverterWarnDto.java
...mos/boot/module/hygf/api/dto/TdHygfJpInverterWarnDto.java
+17
-25
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/TdHygfJpInverterWarnDto.java
View file @
a5779616
...
...
@@ -43,7 +43,6 @@ public class TdHygfJpInverterWarnDto {
@ApiModelProperty
(
value
=
"恢复时间"
)
private
Long
recoverTime
;
@ApiModelProperty
(
value
=
"恢复时间"
)
private
Date
recoverTimeString
;
...
...
@@ -95,62 +94,56 @@ public class TdHygfJpInverterWarnDto {
/**
* 场站id
*/
@TableField
(
"station_id"
)
private
String
stationId
;
/**
* 业主名称
*/
@TableField
(
"owner_name"
)
private
String
ownerName
;
/**
* 逆变器sn编码
*/
@TableField
(
"inverter_sn"
)
private
String
inverterSn
;
/**
* 告警等级
*/
@TableField
(
"warning_level"
)
private
String
warningLevel
;
/**
* 告警状态
*/
@TableField
(
"warning_status"
)
private
String
warningStatus
;
/**
* 告警内容
*/
@TableField
(
"warning_content"
)
private
String
warningContent
;
/**
* 告警开始时间
*/
@TableField
(
"warning_start_time"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
warningStartTime
;
/**
* 告警开始时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@TableField
(
"warning_end_time"
)
private
Date
warningEndTime
;
/**
* 告警时长
*/
@TableField
(
"warning_duration"
)
private
String
warningDuration
;
/**
* 场站联系人电话
*/
@TableField
(
"station_contact_phone"
)
private
String
stationContactPhone
;
/**
* 场站地址
*/
@TableField
(
"station_address"
)
private
String
stationAddress
;
/**
* 处理附件
...
...
@@ -160,12 +153,12 @@ public class TdHygfJpInverterWarnDto {
/**
* 处理方式
*/
@TableField
(
"handler_method"
)
private
String
handlerMethod
;
/**
* 是否替换备件
*/
@TableField
(
"is_repleace_spare_parts"
)
private
Boolean
isReplaceSpareParts
=
false
;
/**
* 运维人员附件
...
...
@@ -175,55 +168,54 @@ public class TdHygfJpInverterWarnDto {
/**
* 场站运维人员id
*/
@TableField
(
"maintenance_person_id"
)
private
String
maintenancePersonId
;
/**
* 场站经度
*/
@TableField
(
"station_longitude"
)
private
String
stationLongitude
;
/**
* 场站纬度
*/
@TableField
(
"station_latitude"
)
private
String
stationLatitude
;
/**
* 运维人员名称
*/
@TableField
(
"maintenance_person_name"
)
private
String
maintenancePersonName
;
/**
* 运维人员手机号
*/
@TableField
(
"maintenance_person_phone"
)
private
String
maintenancePersonPhone
;
/**
* tdengine告警id
*/
@TableField
(
"warning_id"
)
private
Long
warningId
;
/**
* 区域公司orgCode
*/
@TableField
(
"regional_companies_code"
)
private
String
regionalCompaniesCode
;
/**
* 经销商orgcode
*/
@TableField
(
"amos_company_code"
)
private
String
amosCompanyCode
;
@TableField
(
"ticket_type"
)
private
String
ticketType
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@TableField
(
"task_start_time"
)
private
Date
taskStartTime
;
/**
* 告警开始时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@TableField
(
"task_end_time"
)
private
Date
taskEndTime
;
private
Date
recDate
;
}
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