调用dify联调客户画像

This commit is contained in:
spllzh
2025-09-20 09:45:18 +08:00
parent d321af7e7c
commit e83d803e70
42 changed files with 1029 additions and 549 deletions

View File

@@ -32,6 +32,10 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -32,6 +32,10 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -36,6 +36,10 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i