From fcce44b767dc9aa80d6506d9497b6222d1916ba1 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Tue, 2 Dec 2025 12:58:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B011=E5=8F=B7=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BB=BB=E5=8A=A1=E5=AE=8C=E6=88=90=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Document/11_SystemTodo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 单元测试框架搭建。