调用dify

This commit is contained in:
spllzh
2025-09-07 23:02:25 +08:00
parent 84ff3b3a4e
commit b475a864c6
45 changed files with 2158 additions and 44 deletions

View File

@@ -20,3 +20,10 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -20,3 +20,10 @@ public interface IRoleService extends IService<Role> {

View File

@@ -20,3 +20,10 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -24,3 +24,10 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i