大模型分析结果保存

This commit is contained in:
spllzh
2025-09-21 10:01:00 +08:00
parent e83d803e70
commit a68f9a87bb
28 changed files with 964 additions and 15 deletions

View File

@@ -37,6 +37,9 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -37,6 +37,9 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -41,6 +41,9 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i