Update PmsProductCategoryController.java
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user