视频图片儿分析模型。

This commit is contained in:
spllzh
2025-10-12 09:37:43 +08:00
parent b047a3be90
commit 5f2c952a6e
33 changed files with 1935 additions and 104 deletions

View File

@@ -73,6 +73,13 @@ public interface IMenuService extends IService<Menu> {

View File

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

View File

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

View File

@@ -73,6 +73,17 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i