|
@@ -10,6 +10,7 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiImplicitParam;
|
|
|
import io.swagger.annotations.ApiImplicitParams;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
+import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
@@ -21,7 +22,8 @@ import java.util.List;
|
|
|
* Created by macro on 2018/4/26.
|
|
|
*/
|
|
|
@Controller
|
|
|
-@Api(tags = "PmsProductAttributeController", description = "商品属性管理")
|
|
|
+@Api(tags = "PmsProductAttributeController")
|
|
|
+@Tag(name = "PmsProductAttributeController", description = "商品属性管理")
|
|
|
@RequestMapping("/productAttribute")
|
|
|
public class PmsProductAttributeController {
|
|
|
@Autowired
|