1. 31 Jul, 2026 1 commit
  2. 23 Jul, 2026 2 commits
  3. 17 Jul, 2026 5 commits
  4. 16 Jul, 2026 5 commits
  5. 15 Jul, 2026 3 commits
  6. 14 Jul, 2026 21 commits
  7. 13 Jul, 2026 3 commits
    • refactor: Step 0.3 — Domain Service 层子包拆分(5 个子包) · ad0b1390
      将 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
    • refactor: Step 0.2 — App Service 层子包拆分(product 子包) · b77a9a5a
      将 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
    • refactor: Step 0.1 — Controller 层子包拆分 · 418aac24
      - 将 5 个产品相关 Controller 从 controller/ 移至 controller/product/
      - 更新包声明从 .controller 为 .controller.product
      - HealthController.java 保留在顶层 controller/ 目录
      
      Co-Authored-By: Claude <noreply@anthropic.com>
      Lizh committed