|
@@ -3,6 +3,7 @@ package com.macro.mall.controller;
|
|
|
import com.macro.mall.dto.CommonResult;
|
|
|
import com.macro.mall.model.PmsProductAttributeCategory;
|
|
|
import com.macro.mall.service.PmsProductAttributeCategoryService;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
@@ -16,6 +17,7 @@ import java.util.List;
|
|
|
* 商品属性分类Controller
|
|
|
*/
|
|
|
@Controller
|
|
|
+@Api(tags = "PmsProductAttributeCategoryController",description = "商品属性分类管理")
|
|
|
@RequestMapping("/productAttribute/category")
|
|
|
public class PmsProductAttributeCategoryController {
|
|
|
@Autowired
|