diff --git a/Document/11_SystemTodo.md b/Document/11_SystemTodo.md index b657be7..d37014e 100644 --- a/Document/11_SystemTodo.md +++ b/Document/11_SystemTodo.md @@ -18,8 +18,8 @@ ## 2. 数据与迁移(高优) - [x] App/Identity/Dictionary/Hangfire 四个 DbContext 均生成初始 Migration 并成功 update database。 -- [ ] 商户/门店/商品/订单/支付/配送等实体与仓储实现完成,提供 CRUD + 查询。 -- [ ] 系统参数、默认租户、管理员账号、基础字典的种子脚本可重复执行。 +- [x] 商户/门店/商品/订单/支付/配送等实体与仓储实现完成,提供 CRUD + 查询。 +- [x] 系统参数、默认租户、管理员账号、基础字典的种子脚本可重复执行。 ## 3. 稳定性与质量 - [ ] Dictionary/Identity/Storage/Sms/Messaging/Scheduler 的 xUnit+FluentAssertions 单元测试框架搭建。