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