记得上下班打卡 | 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
0cd7ed14
Commit
0cd7ed14
authored
Apr 13, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nft商品详情增加 预约数据
parent
dea4c4a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
GoblinNftGoodsSkuInfoVo.java
...uidnet/service/goblin/dto/vo/GoblinNftGoodsSkuInfoVo.java
+3
-3
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinNftGoodsSkuInfoVo.java
View file @
0cd7ed14
...
@@ -69,15 +69,15 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
...
@@ -69,15 +69,15 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
@ApiModelProperty
(
position
=
58
,
value
=
"当前用户还可以购买数量 有限购的时候用"
)
@ApiModelProperty
(
position
=
58
,
value
=
"当前用户还可以购买数量 有限购的时候用"
)
private
int
canBuyNum
;
private
int
canBuyNum
;
@ApiModelProperty
(
position
=
59
,
value
=
"
当前用户还可以购买数量 有限购的时候用
"
)
@ApiModelProperty
(
position
=
59
,
value
=
"
预约开始时间
"
)
private
String
aboutStartDate
;
private
String
aboutStartDate
;
@ApiModelProperty
(
position
=
60
,
value
=
"
当前用户还可以购买数量 有限购的时候用
"
)
@ApiModelProperty
(
position
=
60
,
value
=
"
预约结束时间
"
)
private
String
aboutEndDate
;
private
String
aboutEndDate
;
@ApiModelProperty
(
position
=
61
,
value
=
"预约状态(0:未开始,1:可预约,3:已结束)"
)
@ApiModelProperty
(
position
=
61
,
value
=
"预约状态(0:未开始,1:可预约,3:已结束)"
)
private
Integer
state
;
private
Integer
state
;
@ApiModelProperty
(
position
=
62
,
value
=
"预约规则"
)
@ApiModelProperty
(
position
=
62
,
value
=
"预约规则"
)
private
String
rule
;
private
String
rule
;
@ApiModelProperty
(
position
=
63
,
value
=
"预约
认输
"
)
@ApiModelProperty
(
position
=
63
,
value
=
"预约
人数
"
)
private
BigInteger
aboutPeople
;
private
BigInteger
aboutPeople
;
@ApiModelProperty
(
position
=
64
,
value
=
"前三预约头像"
)
@ApiModelProperty
(
position
=
64
,
value
=
"前三预约头像"
)
private
List
<
String
>
aboutAvatarList
;
private
List
<
String
>
aboutAvatarList
;
...
...
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