Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-Match
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5f7f1352
authored
Sep 09, 2024
by
姚冰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg] 文档日期格式化
1 parent
7ebc9871
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/com/viontech/match/entity/PersonInfo.java
src/main/java/com/viontech/match/entity/PersonInfo.java
View file @
5f7f135
package
com
.
viontech
.
match
.
entity
;
package
com
.
viontech
.
match
.
entity
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
lombok.Data
;
import
lombok.Data
;
import
org.springframework.format.annotation.DateTimeFormat
;
import
java.util.Date
;
import
java.util.Date
;
...
@@ -14,6 +16,8 @@ public class PersonInfo {
...
@@ -14,6 +16,8 @@ public class PersonInfo {
private
Integer
age
;
private
Integer
age
;
private
String
gender
;
private
String
gender
;
private
Integer
bodyType
;
private
Integer
bodyType
;
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
countTime
;
private
Date
countTime
;
private
String
fid
;
private
String
fid
;
private
String
channelSerialNum
;
private
String
channelSerialNum
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment