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
4520314f
Commit
4520314f
authored
Mar 11, 2024
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
户用光伏-工单实体开发
parent
a2e8a2b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
HYGFMaintenanceTickets.java
...s/boot/module/hygf/api/entity/HYGFMaintenanceTickets.java
+12
-6
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/HYGFMaintenanceTickets.java
View file @
4520314f
...
...
@@ -2,12 +2,16 @@ package com.yeejoin.amos.boot.module.hygf.api.entity;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.baomidou.mybatisplus.extension.handlers.FastjsonTypeHandler
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.yeejoin.amos.boot.biz.common.entity.BaseEntity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
import
org.joda.time.DateTime
;
import
java.util.List
;
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
...
...
@@ -43,10 +47,12 @@ public class HYGFMaintenanceTickets extends BaseEntity {
* 告警开始时间
*/
@TableField
(
"warning_start_time"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
String
warningStartTime
;
/**
* 告警开始时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@TableField
(
"warning_end_time"
)
private
DateTime
warningEndTime
;
/**
...
...
@@ -72,8 +78,8 @@ public class HYGFMaintenanceTickets extends BaseEntity {
/**
* 处理附件
*/
@TableField
(
"handler_content_attachment"
)
private
String
hanlerContentAttachment
;
@TableField
(
value
=
"handler_content_attachment"
,
typeHandler
=
FastjsonTypeHandler
.
class
)
private
List
<
Object
>
hanlerContentAttachment
;
/**
* 处理方式
*/
...
...
@@ -87,8 +93,8 @@ public class HYGFMaintenanceTickets extends BaseEntity {
/**
* 运维人员附件
*/
@TableField
(
"spare_parts_attchment"
)
private
String
sparePartsAttchment
;
@TableField
(
value
=
"spare_parts_attchment"
,
typeHandler
=
FastjsonTypeHandler
.
class
)
private
List
<
Object
>
sparePartsAttchment
;
/**
* 场站运维人员id
*/
...
...
@@ -123,13 +129,13 @@ public class HYGFMaintenanceTickets extends BaseEntity {
* 区域公司orgCode
*/
@TableField
(
"regional_companies_code"
)
private
Lo
ng
regionalCompaniesCode
;
private
Stri
ng
regionalCompaniesCode
;
/**
* 经销商orgcode
*/
@TableField
(
"amos_company_code"
)
private
Lo
ng
amosCompanyCode
;
private
Stri
ng
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