记得上下班打卡 | 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
95ca04e9
Commit
95ca04e9
authored
Apr 24, 2022
by
wanglele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兑换码相关
parent
c889cdf4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
35 deletions
+35
-35
GoblinNftExActivityVo.java
...iquidnet/service/goblin/dto/vo/GoblinNftExActivityVo.java
+8
-8
GoblinNftExCodeVo.java
...om/liquidnet/service/goblin/dto/vo/GoblinNftExCodeVo.java
+16
-16
GoblinNftExSkuVo.java
...com/liquidnet/service/goblin/dto/vo/GoblinNftExSkuVo.java
+11
-11
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinNftExActivityVo.java
View file @
95ca04e9
...
@@ -32,46 +32,46 @@ public class GoblinNftExActivityVo implements Serializable,Cloneable {
...
@@ -32,46 +32,46 @@ public class GoblinNftExActivityVo implements Serializable,Cloneable {
/**
/**
* 活动id
* 活动id
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
活动id
"
)
private
String
activityId
;
private
String
activityId
;
/**
/**
* 活动标题
* 活动标题
*/
*/
@ApiModelProperty
(
position
=
11
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
11
,
required
=
true
,
value
=
"
活动标题
"
)
private
String
title
;
private
String
title
;
/**
/**
* 创建时间
* 创建时间
*/
*/
@ApiModelProperty
(
position
=
12
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
12
,
required
=
true
,
value
=
"
创建时间
"
)
private
LocalDateTime
createdAt
;
private
LocalDateTime
createdAt
;
/**
/**
* 更新时间
* 更新时间
*/
*/
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
"
更新时间
"
)
private
LocalDateTime
updatedAt
;
private
LocalDateTime
updatedAt
;
/**
/**
* 总数量
* 总数量
*/
*/
@ApiModelProperty
(
position
=
14
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
14
,
required
=
true
,
value
=
"
总数量
"
)
private
Integer
countNumber
;
private
Integer
countNumber
;
/**
/**
* 使用数量
* 使用数量
*/
*/
@ApiModelProperty
(
position
=
15
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
15
,
required
=
true
,
value
=
"
使用数量
"
)
private
Integer
useNumber
;
private
Integer
useNumber
;
/**
/**
* 未使用数量
* 未使用数量
*/
*/
@ApiModelProperty
(
position
=
16
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
16
,
required
=
true
,
value
=
"
未使用数量
"
)
private
Integer
unUseNumber
;
private
Integer
unUseNumber
;
@ApiModelProperty
(
position
=
17
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
17
,
required
=
true
,
value
=
"
sku基本所属信息集合
"
)
private
List
<
GoblinNftSkuVo
>
goblinNftSkuVos
;
private
List
<
GoblinNftSkuVo
>
goblinNftSkuVos
;
...
...
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinNftExCodeVo.java
View file @
95ca04e9
...
@@ -35,105 +35,105 @@ public class GoblinNftExCodeVo implements Serializable, Cloneable {
...
@@ -35,105 +35,105 @@ public class GoblinNftExCodeVo implements Serializable, Cloneable {
/**
/**
* 活动id
* 活动id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"活动id"
)
@ApiModelProperty
(
position
=
1
1
,
required
=
true
,
value
=
"活动id"
)
private
String
activityId
;
private
String
activityId
;
/**
/**
* 兑换码
* 兑换码
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"兑换码"
)
@ApiModelProperty
(
position
=
1
2
,
required
=
true
,
value
=
"兑换码"
)
private
String
code
;
private
String
code
;
/**
/**
* 商品id
* 商品id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"款式
id"
)
@ApiModelProperty
(
position
=
1
3
,
required
=
true
,
value
=
"商品
id"
)
private
String
spuId
;
private
String
spuId
;
/**
/**
* 款式id
* 款式id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
4
,
required
=
true
,
value
=
"产品id
"
)
private
String
skuId
;
private
String
skuId
;
/**
/**
* 盲盒抽取的款式id
* 盲盒抽取的款式id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
5
,
required
=
true
,
value
=
"盲盒抽取的款式id
"
)
private
String
boxSkuId
;
private
String
boxSkuId
;
/**
/**
* 店铺id
* 店铺id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
6
,
required
=
true
,
value
=
"店铺id
"
)
private
String
storeId
;
private
String
storeId
;
/**
/**
* 兑换码状态 1 未兑换 2 已兑换
* 兑换码状态 1 未兑换 2 已兑换
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
7
,
required
=
true
,
value
=
"兑换码状态 1 未兑换 2 已兑换
"
)
private
Integer
state
;
private
Integer
state
;
/**
/**
* 兑换用户id
* 兑换用户id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
8
,
required
=
true
,
value
=
"兑换用户id
"
)
private
String
redeemUid
;
private
String
redeemUid
;
/**
/**
* 操作用户id
* 操作用户id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
9
,
required
=
true
,
value
=
"操作用户id
"
)
private
String
adminUid
;
private
String
adminUid
;
/**
/**
* 兑换时间
* 兑换时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
20
,
required
=
true
,
value
=
"兑换时间
"
)
private
LocalDateTime
redeemAt
;
private
LocalDateTime
redeemAt
;
/**
/**
* 创建时间
* 创建时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
21
,
required
=
true
,
value
=
"创建时间
"
)
private
LocalDateTime
createdAt
;
private
LocalDateTime
createdAt
;
/**
/**
* 更新时间
* 更新时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
22
,
required
=
true
,
value
=
"更新时间
"
)
private
LocalDateTime
updatedAt
;
private
LocalDateTime
updatedAt
;
/**
/**
* 兑换限购
* 兑换限购
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
23
,
required
=
true
,
value
=
"兑换限购
"
)
private
Integer
exLimit
;
private
Integer
exLimit
;
/**
/**
* 兑换生效开始时间
* 兑换生效开始时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
24
,
required
=
true
,
value
=
"兑换生效开始时间
"
)
private
LocalDateTime
exStartTime
;
private
LocalDateTime
exStartTime
;
/**
/**
* 兑换生效结束时间
* 兑换生效结束时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
25
,
required
=
true
,
value
=
"兑换生效结束时间
"
)
private
LocalDateTime
exStopTime
;
private
LocalDateTime
exStopTime
;
/**
/**
* sku名称
* sku名称
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
26
,
required
=
true
,
value
=
"sku名称
"
)
private
String
skuName
;
private
String
skuName
;
...
...
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinNftExSkuVo.java
View file @
95ca04e9
...
@@ -29,71 +29,71 @@ public class GoblinNftExSkuVo {
...
@@ -29,71 +29,71 @@ public class GoblinNftExSkuVo {
/**
/**
* 活动id
* 活动id
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
""
)
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
活动id
"
)
private
String
activityId
;
private
String
activityId
;
/**
/**
* 商品id
* 商品id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
1
,
required
=
true
,
value
=
"商品id
"
)
private
String
spuId
;
private
String
spuId
;
/**
/**
* 款式id
* 款式id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
2
,
required
=
true
,
value
=
"款式id
"
)
private
String
skuId
;
private
String
skuId
;
/**
/**
* 是否盲盒 0:否 1:是
* 是否盲盒 0:否 1:是
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
3
,
required
=
true
,
value
=
"是否盲盒 0:否 1:是
"
)
private
String
unBox
;
private
String
unBox
;
/**
/**
* 店铺id
* 店铺id
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
4
,
required
=
true
,
value
=
"店铺id
"
)
private
String
storeId
;
private
String
storeId
;
/**
/**
* 兑换库存
* 兑换库存
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
5
,
required
=
true
,
value
=
" 兑换库存
"
)
private
Integer
exStock
;
private
Integer
exStock
;
/**
/**
* 兑换限购
* 兑换限购
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
6
,
required
=
true
,
value
=
"兑换限购
"
)
private
Integer
exLimit
;
private
Integer
exLimit
;
/**
/**
* 兑换生效开始时间
* 兑换生效开始时间
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
7
,
required
=
true
,
value
=
"兑换生效开始时间
"
)
private
LocalDateTime
exStartTime
;
private
LocalDateTime
exStartTime
;
/**
/**
* 兑换生效结束时间
* 兑换生效结束时间
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
8
,
required
=
true
,
value
=
"兑换生效结束时间
"
)
private
LocalDateTime
exStopTime
;
private
LocalDateTime
exStopTime
;
/**
/**
* 创建时间
* 创建时间
*/
*/
@ApiModelProperty
(
position
=
1
0
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
1
9
,
required
=
true
,
value
=
"创建时间
"
)
private
LocalDateTime
createdAt
;
private
LocalDateTime
createdAt
;
/**
/**
* 修改时间
* 修改时间
*/
*/
@ApiModelProperty
(
position
=
10
,
required
=
true
,
value
=
"
"
)
@ApiModelProperty
(
position
=
20
,
required
=
true
,
value
=
"修改时间
"
)
private
LocalDateTime
updatedAt
;
private
LocalDateTime
updatedAt
;
private
static
final
GoblinNftExSkuVo
obj
=
new
GoblinNftExSkuVo
();
private
static
final
GoblinNftExSkuVo
obj
=
new
GoblinNftExSkuVo
();
...
...
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