Update PmsPortalBrandController.java

This commit is contained in:
macro
2023-04-03 15:03:09 +08:00
parent 95b4b6cd5e
commit 39a838a037

View File

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