记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
2857cc38
Commit
2857cc38
authored
Jun 02, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JsonFormat
parent
16833338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
GoblinNftExActivityDelayParam.java
...t/service/goblin/param/GoblinNftExActivityDelayParam.java
+4
-0
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/param/GoblinNftExActivityDelayParam.java
View file @
2857cc38
package
com
.
liquidnet
.
service
.
goblin
.
param
;
package
com
.
liquidnet
.
service
.
goblin
.
param
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.liquidnet.commons.lang.util.DateUtil
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.Data
;
...
@@ -28,10 +30,12 @@ public class GoblinNftExActivityDelayParam implements Serializable {
...
@@ -28,10 +30,12 @@ public class GoblinNftExActivityDelayParam implements Serializable {
private
String
uid
;
private
String
uid
;
@ApiModelProperty
(
position
=
12
,
required
=
true
,
value
=
"开始时间"
)
@ApiModelProperty
(
position
=
12
,
required
=
true
,
value
=
"开始时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
DateUtil
.
DATE_FULL_STR
)
@NotNull
(
message
=
"开始时间不能为空"
)
@NotNull
(
message
=
"开始时间不能为空"
)
private
LocalDateTime
startTime
;
private
LocalDateTime
startTime
;
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
"结束时间"
)
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
"结束时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
DateUtil
.
DATE_FULL_STR
)
@NotNull
(
message
=
"结束时间不能为空"
)
@NotNull
(
message
=
"结束时间不能为空"
)
private
LocalDateTime
endTime
;
private
LocalDateTime
endTime
;
...
...
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