Bladeren bron

Update PmsProductCategoryController.java

macro 3 jaren geleden
bovenliggende
commit
e3f8b5f9eb

+ 1 - 1
mall-admin/src/main/java/com/macro/mall/controller/PmsProductCategoryController.java

@@ -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) {