Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mall-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
mall-server
Commits
bfda9001
Commit
bfda9001
authored
Dec 27, 2021
by
wlx@33.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
类目必填项校验去除
parent
fc983665
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
CategorySaveDTO.java
...server/admin/goods_center/entity/dto/CategorySaveDTO.java
+0
-1
CategoryUpdateDTO.java
...rver/admin/goods_center/entity/dto/CategoryUpdateDTO.java
+1
-2
No files found.
mall-server-admin/src/main/java/com/fzm/mall/server/admin/goods_center/entity/dto/CategorySaveDTO.java
View file @
bfda9001
...
@@ -36,7 +36,6 @@ public class CategorySaveDTO implements Serializable {
...
@@ -36,7 +36,6 @@ public class CategorySaveDTO implements Serializable {
private
String
name
;
private
String
name
;
@ApiModelProperty
(
value
=
"缩略图"
)
@ApiModelProperty
(
value
=
"缩略图"
)
@NotBlank
(
message
=
MallResponseError
.
NULL_PARAM_ERROR
)
private
String
thumb
;
private
String
thumb
;
}
}
mall-server-admin/src/main/java/com/fzm/mall/server/admin/goods_center/entity/dto/CategoryUpdateDTO.java
View file @
bfda9001
...
@@ -22,7 +22,7 @@ public class CategoryUpdateDTO implements Serializable {
...
@@ -22,7 +22,7 @@ public class CategoryUpdateDTO implements Serializable {
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"系列编号"
)
@ApiModelProperty
(
value
=
"系列编号"
,
required
=
true
)
@NotBlank
(
message
=
MallResponseError
.
NULL_PARAM_ERROR
)
@NotBlank
(
message
=
MallResponseError
.
NULL_PARAM_ERROR
)
private
String
categoryId
;
private
String
categoryId
;
...
@@ -31,7 +31,6 @@ public class CategoryUpdateDTO implements Serializable {
...
@@ -31,7 +31,6 @@ public class CategoryUpdateDTO implements Serializable {
private
String
name
;
private
String
name
;
@ApiModelProperty
(
value
=
"缩略图"
)
@ApiModelProperty
(
value
=
"缩略图"
)
@NotBlank
(
message
=
MallResponseError
.
NULL_PARAM_ERROR
)
private
String
thumb
;
private
String
thumb
;
@ApiModelProperty
(
value
=
"信息更新时间"
,
required
=
true
)
@ApiModelProperty
(
value
=
"信息更新时间"
,
required
=
true
)
...
...
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