视频模板代码框架

This commit is contained in:
spllzh
2025-10-09 16:15:39 +08:00
parent 6dff49fcc1
commit b047a3be90
38 changed files with 971 additions and 116 deletions

View File

@@ -76,6 +76,8 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -80,6 +80,8 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IM

View File

@@ -80,6 +80,8 @@ public class RoleServiceImpl extends ServiceImpl<RoleMapper, Role> implements IR

View File

@@ -80,6 +80,8 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i