后端迁移订单仓储模块

This commit is contained in:
yml
2026-05-21 13:53:17 +08:00
parent 79e586387c
commit 173da43fdf
3 changed files with 75 additions and 56 deletions
+4 -1
View File
@@ -228,12 +228,15 @@
- `src/repositories/admin-user-repo.ts`
- `src/repositories/product-match-rule-repo.ts`
- `src/repositories/fulfillment-profile-repo.ts`
15. repository 第四批已迁移到 `.ts`
- `src/repositories/order-repo.ts`
- `src/repositories/task-inventory-binding-repo.ts`
## 下一步建议
第一批继续推进时,建议按这个顺序:
1. 继续迁移剩余核心 repository`inventory-repo``order-repo``task-repo`
1. 继续迁移剩余核心 repository`inventory-repo``task-repo`
2. 拆分并迁移 `runtime.js`,把 env 解析、默认配置加载、配置合并分开
3. 为 webhook、库存换码、自动发货补测试