后端迁移后台管理读服务入口

This commit is contained in:
yml
2026-05-21 16:59:54 +08:00
parent 21a51157d1
commit 4c92c3711d
2 changed files with 50 additions and 45 deletions
@@ -760,6 +760,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
192. 后台 Admin 读服务聚合入口迁移到 `.ts`
- `src/services/admin/admin-read-service.ts`
193. Admin 订单列表 / 详情、任务列表 / 详情 / 截图、库存列表 / SKU 建议、Webhook 列表 / 详情聚合入口已进入 TS 编译链路;列表 query、viewer session、entity id、分页响应模型与详情动态聚合对象补齐类型
194. Docker 内验证通过:
- `src/services/admin/*.test.js` 共 8 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议