feat: 添加ERP服务和系统服务,完善员工门户功能
## 新增服务模块 ### 1. ERP服务 (hzhub-erp) - 新增独立的ERP数据适配服务 - 支持SQL Server 2008 R2数据源 - 提供动态API配置管理系统 - 包含客户管理、销售数据等业务接口 ### 2. 系统服务 (hzhub-system) - 新增独立的系统管理服务 - 用户、角色、权限、部门、菜单管理 - 租户管理、操作日志、在线用户监控 - 工作流引擎(warm-flow)集成 - 企业微信审批同步功能 ### 3. API网关 (hzhub-gateway) - 新增Spring Cloud Gateway网关服务 - JWT认证、路由分发、限流熔断 - XSS防护、请求日志记录 - 统一入口端口8080 ## 后台管理功能增强 ### ERP动态API管理 - 新增动态API配置管理界面 - API测试、文档预览、统计监控 - 错误日志查看、缓存管理 - 从数据库表自动导入API配置 ### 系统管理增强 - 企业微信配置管理 - 企业微信审批同步配置 - 部门和用户管理优化 ## 员工门户功能完善 ### 业务页面 - 审批中心:工作流审批、待办任务 - CRM管理:客户关系管理 - 经销商管理:经销商数据展示 - 供应链管理:采购、库存、销售 - BI报表:数据可视化分析 - ERP数据探索:SQL Server数据查询 ### 个人中心 - 基本设置:个人信息管理 - 安全设置:密码修改、登录日志 - 锁屏功能:自动锁屏、手动锁屏 ### 其他功能 - 标签页管理:多标签页导航 - 页面缓存:keepAlive缓存机制 - 会话超时:自动检测并提示 ## 经销商门户 ### 页面路由 - 新增经销商管理页面路由 - AI聊天界面完善 ## 文档更新 - ERP API数据库初始化指南 - ERP API前端完整实现文档 - ERP API测试和验证指南 - Gateway路由迁移计划 - 项目配置文档更新 ## 部署脚本 - 统一启动/停止/重启脚本 - Docker Compose配置优化 - Nginx配置文件更新 ## 技术栈 - 后端: Spring Boot 3.5.8, Java 17 - 前端: Vue 3, TypeScript, Element Plus, Vben Admin - 工作流: warm-flow 1.8.2 - 网关: Spring Cloud Gateway - 数据库: MySQL 8.0, SQL Server 2008 R2 - 缓存: Redis 7 - 向量库: Weaviate 1.25.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/CacheController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/CacheController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysLogininforController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysLogininforController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysOperlogController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysOperlogController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysUserOnlineController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/monitor/SysUserOnlineController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/ChatConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/ChatConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysClientController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysClientController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDeptController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDeptController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDictDataController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDictDataController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDictTypeController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysDictTypeController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysMenuController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysMenuController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysNoticeController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysNoticeController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysOssConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysOssConfigController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysOssController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysOssController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysPostController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysPostController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysProfileController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysProfileController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysRoleController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysRoleController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysSocialController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysSocialController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysTenantController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysTenantController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysTenantPackageController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysTenantPackageController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysUserController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/controller/system/SysUserController.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/ChatConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/ChatConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysCache.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysCache.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysClient.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysClient.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDept.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDept.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDictData.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDictData.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDictType.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysDictType.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysLogininfor.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysLogininfor.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysMenu.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysMenu.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysNotice.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysNotice.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOperLog.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOperLog.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOss.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOss.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOssConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOssConfig.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOssExt.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysOssExt.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysPost.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysPost.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRole.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRole.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRoleDept.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRoleDept.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRoleMenu.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysRoleMenu.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysSocial.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysSocial.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysTenant.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysTenant.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysTenantPackage.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysTenantPackage.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUser.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUser.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserOnline.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserOnline.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserPost.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserPost.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserRole.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/SysUserRole.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/ChatConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/ChatConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysClientBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysClientBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDeptBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDeptBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDictDataBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDictDataBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDictTypeBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysDictTypeBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysLogininforBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysLogininforBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysMenuBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysMenuBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysNoticeBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysNoticeBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOperLogBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOperLogBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOssBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOssBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOssConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysOssConfigBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysPostBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysPostBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysRoleBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysRoleBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysSocialBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysSocialBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysTenantBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysTenantBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysTenantPackageBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysTenantPackageBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserPasswordBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserPasswordBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserProfileBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/bo/SysUserProfileBo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/CaptchaVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/CaptchaVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/ChatConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/ChatConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/LoginTenantVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/LoginTenantVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/LoginVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/LoginVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/MetaVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/MetaVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/ProfileUserVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/ProfileUserVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/RouterVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/RouterVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysClientVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysClientVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDeptVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDeptVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDictDataVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDictDataVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDictTypeVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysDictTypeVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysLogininforVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysLogininforVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysMenuVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysMenuVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysNoticeVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysNoticeVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOperLogVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOperLogVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssConfigVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssUploadVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssUploadVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysOssVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysPostVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysPostVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysRoleVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysRoleVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysSocialVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysSocialVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysTenantPackageVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysTenantPackageVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysTenantVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysTenantVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserExportVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserExportVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserImportVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserImportVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserInfoVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserInfoVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/SysUserVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/TenantListVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/TenantListVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/UserInfoVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/domain/vo/UserInfoVo.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/listener/SysUserImportListener.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/listener/SysUserImportListener.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/listener/UserActionListener.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/listener/UserActionListener.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/mapper/ChatConfigMapper.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/mapper/ChatConfigMapper.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/mapper/SysClientMapper.java
Normal file → Executable file
0
hzhub-ai/hzhub-modules/hzhub-system/src/main/java/org/hzhub/system/mapper/SysClientMapper.java
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user