记得上下班打卡 | 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
84375f7f
Commit
84375f7f
authored
Apr 19, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 sku搜索接口
parent
a0721dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
GoblinStoreMgtGoodsSkuListVo.java
...ce/goblin/dto/manage/vo/GoblinStoreMgtGoodsSkuListVo.java
+15
-1
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/manage/vo/GoblinStoreMgtGoodsSkuListVo.java
View file @
84375f7f
...
@@ -37,7 +37,16 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
...
@@ -37,7 +37,16 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
private
LocalDateTime
saleStopTime
;
private
LocalDateTime
saleStopTime
;
@ApiModelProperty
(
position
=
33
,
value
=
"是否盲盒[0-否|1-是]"
)
@ApiModelProperty
(
position
=
33
,
value
=
"是否盲盒[0-否|1-是]"
)
private
String
unbox
;
private
String
unbox
;
@ApiModelProperty
(
position
=
34
,
value
=
"是否隐藏[0-默认展示|1-隐藏]"
)
private
String
skuAppear
;
@ApiModelProperty
(
position
=
35
,
value
=
"是否售罄[0-否|1-是]"
)
private
String
soldoutStatus
;
@ApiModelProperty
(
position
=
36
,
value
=
"是否购买[0-否|1-是]"
)
private
String
skuCanbuy
;
@ApiModelProperty
(
position
=
37
,
value
=
"NFT上传声明状态[0-待上传|1-已声明|2-声明失败|9-声明中]"
)
private
String
upchain
;
@ApiModelProperty
(
position
=
38
,
value
=
"盲盒命中率"
)
private
String
hitRatio
;
public
String
getSaleStartTime
()
{
public
String
getSaleStartTime
()
{
return
DateUtil
.
Formatter
.
yyyyMMddHHmmss
.
format
(
saleStartTime
);
return
DateUtil
.
Formatter
.
yyyyMMddHHmmss
.
format
(
saleStartTime
);
...
@@ -70,6 +79,11 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
...
@@ -70,6 +79,11 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
this
.
setSaleStartTime
(
source
.
getSaleStartTime
());
this
.
setSaleStartTime
(
source
.
getSaleStartTime
());
this
.
setSaleStopTime
(
source
.
getSaleStopTime
());
this
.
setSaleStopTime
(
source
.
getSaleStopTime
());
this
.
setUnbox
(
source
.
getUnbox
());
this
.
setUnbox
(
source
.
getUnbox
());
this
.
setUpchain
(
source
.
getUpchain
());
this
.
setSkuAppear
(
source
.
getSkuAppear
());
this
.
setSkuCanbuy
(
source
.
getSkuCanbuy
());
this
.
setSoldoutStatus
(
source
.
getSoldoutStatus
());
this
.
setHitRatio
(
source
.
getHitRatio
());
return
this
;
return
this
;
}
}
}
}
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