Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
e3f8b5f9
Commit
e3f8b5f9
authored
Nov 22, 2021
by
macro
Browse files
Update PmsProductCategoryController.java
parent
81c94c6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/PmsProductCategoryController.java
View file @
e3f8b5f9
...
@@ -26,7 +26,7 @@ public class PmsProductCategoryController {
...
@@ -26,7 +26,7 @@ public class PmsProductCategoryController {
@Autowired
@Autowired
private
PmsProductCategoryService
productCategoryService
;
private
PmsProductCategoryService
productCategoryService
;
@ApiOperation
(
"添加
产
品分类"
)
@ApiOperation
(
"添加
商
品分类"
)
@RequestMapping
(
value
=
"/create"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/create"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
create
(
@Validated
@RequestBody
PmsProductCategoryParam
productCategoryParam
)
{
public
CommonResult
create
(
@Validated
@RequestBody
PmsProductCategoryParam
productCategoryParam
)
{
...
...
Write
Preview
Supports
Markdown
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