记得上下班打卡 | 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
d170bd48
Commit
d170bd48
authored
Mar 30, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~goblin:nft.vo;
parent
c6b5ef16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
GoblinDigitalArtworkInfoVo.java
...net/service/goblin/dto/vo/GoblinDigitalArtworkInfoVo.java
+3
-1
GoblinDigitalArtworkListVo.java
...net/service/goblin/dto/vo/GoblinDigitalArtworkListVo.java
+8
-6
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinDigitalArtworkInfoVo.java
View file @
d170bd48
...
@@ -12,8 +12,10 @@ import java.io.Serializable;
...
@@ -12,8 +12,10 @@ import java.io.Serializable;
@JsonIgnoreProperties
(
ignoreUnknown
=
true
)
@JsonIgnoreProperties
(
ignoreUnknown
=
true
)
public
class
GoblinDigitalArtworkInfoVo
implements
Serializable
,
Cloneable
{
public
class
GoblinDigitalArtworkInfoVo
implements
Serializable
,
Cloneable
{
private
static
final
long
serialVersionUID
=
8903534983251413696L
;
private
static
final
long
serialVersionUID
=
8903534983251413696L
;
@ApiModelProperty
(
position
=
1
2
,
value
=
"藏品名称"
)
@ApiModelProperty
(
position
=
1
1
,
value
=
"藏品名称"
)
private
String
name
;
private
String
name
;
@ApiModelProperty
(
position
=
12
,
value
=
"藏品副名称"
)
private
String
subtitle
;
@ApiModelProperty
(
position
=
13
,
value
=
"藏品素材类型[1-图片|2-视频|3-模型]"
)
@ApiModelProperty
(
position
=
13
,
value
=
"藏品素材类型[1-图片|2-视频|3-模型]"
)
private
Integer
materialType
;
private
Integer
materialType
;
@ApiModelProperty
(
position
=
14
,
value
=
"藏品素材URL"
)
@ApiModelProperty
(
position
=
14
,
value
=
"藏品素材URL"
)
...
...
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinDigitalArtworkListVo.java
View file @
d170bd48
...
@@ -22,18 +22,20 @@ public class GoblinDigitalArtworkListVo implements Serializable, Cloneable {
...
@@ -22,18 +22,20 @@ public class GoblinDigitalArtworkListVo implements Serializable, Cloneable {
private
String
artworkId
;
private
String
artworkId
;
@ApiModelProperty
(
position
=
12
,
value
=
"藏品名称"
)
@ApiModelProperty
(
position
=
12
,
value
=
"藏品名称"
)
private
String
name
;
private
String
name
;
@ApiModelProperty
(
position
=
13
,
value
=
"藏品封面"
)
@ApiModelProperty
(
position
=
13
,
value
=
"藏品副名称"
)
private
String
subtitle
;
@ApiModelProperty
(
position
=
14
,
value
=
"藏品封面"
)
private
String
coverPic
;
private
String
coverPic
;
@ApiModelProperty
(
position
=
1
4
,
value
=
"序列号"
)
@ApiModelProperty
(
position
=
1
5
,
value
=
"序列号"
)
private
Integer
editionSn
;
private
Integer
editionSn
;
@ApiModelProperty
(
position
=
1
5
,
value
=
"藏品发行量"
)
@ApiModelProperty
(
position
=
1
6
,
value
=
"藏品发行量"
)
private
Integer
edition
;
private
Integer
edition
;
@ApiModelProperty
(
position
=
1
6
,
value
=
"获得方式[0-购买|1-兑换]"
)
@ApiModelProperty
(
position
=
1
7
,
value
=
"获得方式[0-购买|1-兑换]"
)
private
Integer
getway
;
private
Integer
getway
;
@ApiModelProperty
(
position
=
1
7
,
value
=
"藏品状态,根据`unbox`区分盲盒来判断[0-生成中/未开启|1-已生成/已开启|2-生成失败/开启失败]"
)
@ApiModelProperty
(
position
=
1
8
,
value
=
"藏品状态,根据`unbox`区分盲盒来判断[0-生成中/未开启|1-已生成/已开启|2-生成失败/开启失败]"
)
private
Integer
state
;
private
Integer
state
;
@ApiModelProperty
(
position
=
1
8
,
value
=
"盲盒开启时间"
)
@ApiModelProperty
(
position
=
1
9
,
value
=
"盲盒开启时间"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
DateUtil
.
DATE_FULL_STR
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
DateUtil
.
DATE_FULL_STR
)
private
LocalDateTime
openingTime
;
private
LocalDateTime
openingTime
;
...
...
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