记得上下班打卡 | 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
69cef7ca
Commit
69cef7ca
authored
Apr 07, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~valid;
parent
022f53d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
GoblinStoreMgtDigitalGoodsAddSkuParam.java
...lin/dto/manage/GoblinStoreMgtDigitalGoodsAddSkuParam.java
+7
-7
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/manage/GoblinStoreMgtDigitalGoodsAddSkuParam.java
View file @
69cef7ca
...
@@ -22,7 +22,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -22,7 +22,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
@NotBlank
(
message
=
"店铺ID不能为空"
)
@NotBlank
(
message
=
"店铺ID不能为空"
)
private
String
storeId
;
private
String
storeId
;
@ApiModelProperty
(
position
=
11
,
required
=
true
,
value
=
"商品ID"
)
@ApiModelProperty
(
position
=
11
,
required
=
true
,
value
=
"商品ID"
)
@Not
Null
(
message
=
"商品ID不能为空"
)
@Not
Blank
(
message
=
"商品ID不能为空"
)
private
String
spuId
;
private
String
spuId
;
@ApiModelProperty
(
position
=
12
,
required
=
false
,
value
=
"单品ID,编辑时必传"
)
@ApiModelProperty
(
position
=
12
,
required
=
false
,
value
=
"单品ID,编辑时必传"
)
private
String
skuId
;
private
String
skuId
;
...
@@ -32,23 +32,23 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -32,23 +32,23 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
private
String
routeType
;
private
String
routeType
;
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
"藏品名称[36]"
,
example
=
"藏品名称..."
)
@ApiModelProperty
(
position
=
13
,
required
=
true
,
value
=
"藏品名称[36]"
,
example
=
"藏品名称..."
)
@Not
Null
(
message
=
"藏品名称不能为空"
)
@Not
Blank
(
message
=
"藏品名称不能为空"
)
@Size
(
max
=
36
,
message
=
"藏品名称内容过长"
)
@Size
(
max
=
36
,
message
=
"藏品名称内容过长"
)
private
String
name
;
private
String
name
;
@ApiModelProperty
(
position
=
14
,
required
=
true
,
value
=
"款式名称[36],`unbox=0`时必传"
,
example
=
"款式名称..."
)
@ApiModelProperty
(
position
=
14
,
required
=
true
,
value
=
"款式名称[36],`unbox=0`时必传"
,
example
=
"款式名称..."
)
@Not
Null
(
message
=
"款式名称不能为空"
)
@Not
Blank
(
message
=
"款式名称不能为空"
)
@Size
(
max
=
36
,
message
=
"款式名称内容过长"
)
@Size
(
max
=
36
,
message
=
"款式名称内容过长"
)
private
String
subtitle
;
private
String
subtitle
;
@ApiModelProperty
(
position
=
15
,
required
=
true
,
value
=
"藏品封面图片URL[256]"
,
example
=
"https://img.zhengzai.tv/files/2020/08/31/5f4c75095e9bc.png"
)
@ApiModelProperty
(
position
=
15
,
required
=
true
,
value
=
"藏品封面图片URL[256]"
,
example
=
"https://img.zhengzai.tv/files/2020/08/31/5f4c75095e9bc.png"
)
@Not
Null
(
message
=
"藏品封面图片不能为空"
)
@Not
Blank
(
message
=
"藏品封面图片不能为空"
)
@Size
(
max
=
256
,
message
=
"藏品封面图片URL过长"
)
@Size
(
max
=
256
,
message
=
"藏品封面图片URL过长"
)
private
String
skuPic
;
private
String
skuPic
;
@ApiModelProperty
(
position
=
16
,
required
=
true
,
value
=
"展示文件URL[256]"
,
example
=
"https://img.zhengzai.tv/files/2020/08/31/5f4c75095e9bc.png"
)
@ApiModelProperty
(
position
=
16
,
required
=
true
,
value
=
"展示文件URL[256]"
,
example
=
"https://img.zhengzai.tv/files/2020/08/31/5f4c75095e9bc.png"
)
@Not
Null
(
message
=
"展示文件不能为空"
)
@Not
Blank
(
message
=
"展示文件不能为空"
)
@Size
(
max
=
256
,
message
=
"展示文件URL过长"
)
@Size
(
max
=
256
,
message
=
"展示文件URL过长"
)
private
String
skuWatch
;
private
String
skuWatch
;
@ApiModelProperty
(
position
=
17
,
required
=
true
,
value
=
"展示文件类型[1-图片|2-视频|3-模型]"
,
example
=
"1"
)
@ApiModelProperty
(
position
=
17
,
required
=
true
,
value
=
"展示文件类型[1-图片|2-视频|3-模型]"
,
example
=
"1"
)
@Not
Null
(
message
=
"展示文件类型不能为空"
)
@Not
Blank
(
message
=
"展示文件类型不能为空"
)
@Pattern
(
regexp
=
"\\b(1|2|3)\\b"
,
message
=
"展示文件类型参数无效"
)
@Pattern
(
regexp
=
"\\b(1|2|3)\\b"
,
message
=
"展示文件类型参数无效"
)
private
String
watchType
;
private
String
watchType
;
@ApiModelProperty
(
position
=
18
,
required
=
false
,
value
=
"我的藏品展示文件类型[1-图片|2-视频|3-模型],`unbox=0`时必传"
,
example
=
"1"
)
@ApiModelProperty
(
position
=
18
,
required
=
false
,
value
=
"我的藏品展示文件类型[1-图片|2-视频|3-模型],`unbox=0`时必传"
,
example
=
"1"
)
...
@@ -102,7 +102,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
...
@@ -102,7 +102,7 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
@Size
(
max
=
256
,
message
=
"藏品简介内容过长"
)
@Size
(
max
=
256
,
message
=
"藏品简介内容过长"
)
private
String
intro
;
private
String
intro
;
@ApiModelProperty
(
position
=
30
,
required
=
true
,
value
=
"详情[256]"
,
example
=
"详情..."
)
@ApiModelProperty
(
position
=
30
,
required
=
true
,
value
=
"详情[256]"
,
example
=
"详情..."
)
@Not
Null
(
message
=
"藏品详情不能为空"
)
@Not
Blank
(
message
=
"藏品详情不能为空"
)
private
String
details
;
private
String
details
;
// @ApiModelProperty(position = 31, required = true, value = "上架处理方式[1-等待手动上架|2-直接上架售卖|3-预约定时上架]", example = "1")
// @ApiModelProperty(position = 31, required = true, value = "上架处理方式[1-等待手动上架|2-直接上架售卖|3-预约定时上架]", example = "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