记得上下班打卡 | 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
38220594
Commit
38220594
authored
Jul 21, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_nft_box_ab' into dev_rc_xuper_op
parents
9d48b386
595dd14b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
GoblinStoreMgtDigitalGoodsAddSkuParam.java
...lin/dto/manage/GoblinStoreMgtDigitalGoodsAddSkuParam.java
+6
-6
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/manage/GoblinStoreMgtDigitalGoodsAddSkuParam.java
View file @
38220594
...
@@ -91,11 +91,11 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -91,11 +91,11 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"购买条件参数无效"
)
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"购买条件参数无效"
)
private
String
buyFactor
;
private
String
buyFactor
;
@ApiModelProperty
(
position
=
27
,
required
=
false
,
value
=
"是否隐藏[0-默认展示|1-隐藏],`unbox=0`时必传"
,
example
=
"0"
)
@ApiModelProperty
(
position
=
27
,
required
=
false
,
value
=
"是否隐藏[0-默认展示|1-隐藏],`unbox=0`时必传"
,
example
=
"0"
)
//
@NotBlank(message = "是否隐藏不能为空")
@NotBlank
(
message
=
"是否隐藏不能为空"
)
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"是否隐藏参数无效"
)
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"是否隐藏参数无效"
)
private
String
skuAppear
;
private
String
skuAppear
;
@ApiModelProperty
(
position
=
28
,
required
=
false
,
value
=
"是否购买[0-否|1-是],`unbox=0`时必传"
,
example
=
"1"
)
@ApiModelProperty
(
position
=
28
,
required
=
false
,
value
=
"是否购买[0-否|1-是],`unbox=0`时必传"
,
example
=
"1"
)
//
@NotBlank(message = "是否购买不能为空")
@NotBlank
(
message
=
"是否购买不能为空"
)
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"是否购买参数无效"
)
@Pattern
(
regexp
=
"\\b(0|1)\\b"
,
message
=
"是否购买参数无效"
)
private
String
skuCanbuy
;
private
String
skuCanbuy
;
// @ApiModelProperty(position = 27, required = false, value = "购买限制人员名单URL,购买限制为2-指定用户时必填")
// @ApiModelProperty(position = 27, required = false, value = "购买限制人员名单URL,购买限制为2-指定用户时必填")
...
@@ -195,8 +195,8 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -195,8 +195,8 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
initVo
.
setSkuStock
(
0
);
initVo
.
setSkuStock
(
0
);
// initVo.setBuyLimit(this.getBuyLimit());//
// initVo.setBuyLimit(this.getBuyLimit());//
// initVo.setBuyFactor(this.getBuyFactor());//
// initVo.setBuyFactor(this.getBuyFactor());//
initVo
.
setSkuAppear
(
"0"
);
initVo
.
setSkuAppear
(
this
.
getSkuAppear
());
//1
initVo
.
setSkuCanbuy
(
"1"
);
initVo
.
setSkuCanbuy
(
this
.
getSkuCanbuy
());
//1
initVo
.
setOpeningTime
(
DateUtil
.
Formatter
.
yyyyMMddHHmmss
.
parse
(
this
.
getOpeningTime
()));
//1
initVo
.
setOpeningTime
(
DateUtil
.
Formatter
.
yyyyMMddHHmmss
.
parse
(
this
.
getOpeningTime
()));
//1
}
}
return
initVo
;
return
initVo
;
...
@@ -227,8 +227,8 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -227,8 +227,8 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
case
"1"
:
case
"1"
:
// updateVo.setBuyLimit(this.getBuyLimit());//
// updateVo.setBuyLimit(this.getBuyLimit());//
// updateVo.setBuyFactor(this.getBuyFactor());//
// updateVo.setBuyFactor(this.getBuyFactor());//
updateVo
.
setSkuAppear
(
"0"
);
//
updateVo
.
setSkuAppear
(
this
.
getSkuAppear
());
//1
updateVo
.
setSkuCanbuy
(
"1"
);
//
updateVo
.
setSkuCanbuy
(
this
.
getSkuCanbuy
());
//1
updateVo
.
setName
(
this
.
getName
());
//1
updateVo
.
setName
(
this
.
getName
());
//1
updateVo
.
setSkuPic
(
this
.
getSkuPic
());
//1
updateVo
.
setSkuPic
(
this
.
getSkuPic
());
//1
updateVo
.
setSkuWatch
(
this
.
getSkuWatch
());
//1
updateVo
.
setSkuWatch
(
this
.
getSkuWatch
());
//1
...
...
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