大模型分析结果展示

This commit is contained in:
spllzh
2025-09-21 15:23:47 +08:00
parent a68f9a87bb
commit 7b37449fb8
24 changed files with 219 additions and 9 deletions

View File

@@ -42,3 +42,4 @@ public interface ICustomerProfileAnalysisService extends IService<CustomerProfil

View File

@@ -77,3 +77,4 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf

View File

@@ -42,5 +42,6 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -42,5 +42,6 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -46,5 +46,6 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i