Update DemoController.java

This commit is contained in:
macro
2021-10-26 20:41:27 +08:00
parent dd590f8c17
commit 38262ffc6b

View File

@@ -18,6 +18,7 @@ import java.util.List;
/** /**
* 品牌管理示例controller * 品牌管理示例controller
* Created by macro on 2019/4/8.
*/ */
@Api(tags = "DemoController", description = "品牌管理示例接口") @Api(tags = "DemoController", description = "品牌管理示例接口")
@Controller @Controller