Commit 39a838a0 authored by macro's avatar macro
Browse files

Update PmsPortalBrandController.java

parent 95b4b6cd
...@@ -19,8 +19,8 @@ import java.util.List; ...@@ -19,8 +19,8 @@ import java.util.List;
* Created by macro on 2020/5/15. * Created by macro on 2020/5/15.
*/ */
@Controller @Controller
@Api(tags = "PmsPortalBrandService") @Api(tags = "PmsPortalBrandController")
@Tag(name = "PmsPortalBrandService", description = "前台品牌管理") @Tag(name = "PmsPortalBrandController", description = "前台品牌管理")
@RequestMapping("/brand") @RequestMapping("/brand")
public class PmsPortalBrandController { public class PmsPortalBrandController {
......
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