dify代理管理端
Go to file
zhuangtianxiang 1e40e3fbca feat(system): 添加部门和角色的启用状态字段,并更新用户相关 DTO 和服务
- 在 DeptDto 和 RoleDto 中添加 enabled 字段,表示启用状态
- 更新 UserCreateDto 和 UserSelfUpdateDto,将 nickName 改为 name
- 在 UserServiceImpl 中为用户设置 name 字段
- 更新 UserUpdateDto,将 enable 改为 enableState
2025-05-10 23:22:55 +08:00
src feat(system): 添加部门和角色的启用状态字段,并更新用户相关 DTO 和服务 2025-05-10 23:22:55 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml perf(connection): 优化数据库连接池配置并升级 Dify 相关依赖 2025-05-06 01:47:11 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端