调用dify联调客户画像

This commit is contained in:
spllzh
2025-09-13 21:28:28 +08:00
parent 206275317f
commit d321af7e7c
53 changed files with 4783 additions and 345 deletions

View File

@@ -24,6 +24,16 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -27,3 +27,7 @@ public interface IRoleService extends IService<Role> {

View File

@@ -24,6 +24,16 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -28,6 +28,16 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i