Commit 015c17ac authored by macro's avatar macro
Browse files

Update PmsBrandController.java

parent 54f41ffa
...@@ -7,6 +7,7 @@ import com.macro.mall.model.PmsBrand; ...@@ -7,6 +7,7 @@ import com.macro.mall.model.PmsBrand;
import com.macro.mall.service.PmsBrandService; import com.macro.mall.service.PmsBrandService;
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.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
...@@ -19,7 +20,8 @@ import java.util.List; ...@@ -19,7 +20,8 @@ import java.util.List;
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Controller @Controller
@Api(tags = "PmsBrandController", description = "商品品牌管理") @Api(tags = "PmsBrandController")
@Tag(name = "PmsBrandController", description = "商品品牌管理")
@RequestMapping("/brand") @RequestMapping("/brand")
public class PmsBrandController { public class PmsBrandController {
@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