Update PmsProductCategoryController.java

This commit is contained in:
macro
2021-11-22 20:11:32 +08:00
parent 81c94c6d0d
commit e3f8b5f9eb

View File

@@ -26,7 +26,7 @@ public class PmsProductCategoryController {
@Autowired
private PmsProductCategoryService productCategoryService;
@ApiOperation("添加品分类")
@ApiOperation("添加品分类")
@RequestMapping(value = "/create", method = RequestMethod.POST)
@ResponseBody
public CommonResult create(@Validated @RequestBody PmsProductCategoryParam productCategoryParam) {