- 14 Jul, 2026 6 commits
-
-
Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
- 新增 SysLoginService 接口,定义 login/getInfo/getRouters 三个方法 - 新增 SysLoginServiceImpl 实现: - login:查询用户、密码校验(BCrypt)、权限查询、JWT 生成 - getInfo:获取已登录用户的详细信息、角色和权限 - getRouters:递归构建前端路由树(含 MetaVO 元数据映射) - App pom.xml 添加 spring-security-crypto 依赖 Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
- SysRoleDomainService.selectRoleKeysByUserId 改为 Set<String> 返回类型 - SysRoleMapper + XML 新增 selectRoleListByUserId 查询 - SysMenuDomainService + Mapper + XML 新增 selectMenuTreeByUserId - PermissionServiceImpl 适配 Set<String> 类型变更 Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
Lizh committed
-
- 13 Jul, 2026 5 commits
-
-
将 34 组(68 个文件)domain service 接口和实现从扁平结构 移动到 5 个业务子包:product/ diy/ system/ warehouse/ misc/ - product/: 19 组 (38 文件) — 商品相关领域服务 - diy/: 3 组 (6 文件) — DIY 模板相关领域服务 - system/: 8 组 (16 文件) — 系统 RBAC 相关领域服务 - warehouse/: 1 组 (2 文件) — 仓库信息领域服务 - misc/: 2 组 (4 文件) — 工艺中心+工厂关联领域服务 同步更新 custom-server-app 模块中 7 个文件的过时 import。 Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
将 6 组商品相关 App Service 接口/实现从 service/ 及 service/impl/ 移至 service/product/ 及 service/product/impl/: - CustomProductInfoService / CustomProductItemService - ProductTemplateInfoService / SysBillRuleService - LogCustomProductService / DiyUserService 纯移动+重命名,无逻辑变更。 Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
- 将 5 个产品相关 Controller 从 controller/ 移至 controller/product/ - 更新包声明从 .controller 为 .controller.product - HealthController.java 保留在顶层 controller/ 目录 Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed -
Co-Authored-By: Claude <noreply@anthropic.com>
Lizh committed
-
- 10 Jul, 2026 1 commit
-
-
Lizh committed
-
- 30 Jun, 2026 1 commit
-
-
Lizh committed
-
- 25 Jun, 2026 2 commits
- 24 Jun, 2026 2 commits
- 23 Jun, 2026 2 commits
- 22 Jun, 2026 1 commit
-
-
Lizh committed
-
- 17 Jun, 2026 3 commits
- 16 Jun, 2026 3 commits
- 15 Jun, 2026 2 commits
- 12 Jun, 2026 3 commits
- 11 Jun, 2026 2 commits
- 10 Jun, 2026 1 commit
-
-
Lizh committed
-
- 09 Jun, 2026 1 commit
-
-
Lizh committed
-
- 06 Jun, 2026 2 commits
- 05 Jun, 2026 3 commits