Commit 7e72b166 authored by macro's avatar macro
Browse files

Update SmsHomeBrandController.java

parent 856e5bd5
...@@ -6,6 +6,7 @@ import com.macro.mall.model.SmsHomeBrand; ...@@ -6,6 +6,7 @@ import com.macro.mall.model.SmsHomeBrand;
import com.macro.mall.service.SmsHomeBrandService; import com.macro.mall.service.SmsHomeBrandService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
...@@ -17,7 +18,8 @@ import java.util.List; ...@@ -17,7 +18,8 @@ import java.util.List;
* Created by macro on 2018/11/6. * Created by macro on 2018/11/6.
*/ */
@Controller @Controller
@Api(tags = "SmsHomeBrandController", description = "首页品牌管理") @Api(tags = "SmsHomeBrandController")
@Tag(name = "SmsHomeBrandController", description = "首页品牌管理")
@RequestMapping("/home/brand") @RequestMapping("/home/brand")
public class SmsHomeBrandController { public class SmsHomeBrandController {
@Autowired @Autowired
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment