Commit e3f8b5f9 authored by macro's avatar macro
Browse files

Update PmsProductCategoryController.java

parent 81c94c6d
...@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment