From 8f2aad584e95e8c125532359479bfe7b1d0a8200 Mon Sep 17 00:00:00 2001 From: hello Date: Wed, 20 Nov 2024 07:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/ordering-service-cqrs-query.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/helloshop/ordering-service-cqrs-query.md b/notes/helloshop/ordering-service-cqrs-query.md index 95bd62b..5441d7b 100644 --- a/notes/helloshop/ordering-service-cqrs-query.md +++ b/notes/helloshop/ordering-service-cqrs-query.md @@ -4,6 +4,8 @@ https://learn.microsoft.com/zh-cn/azure/architecture/patterns/cqrs +https://www.xcode.me/Training/UnitNote/576 + ### 定义订单查询接口 ```csharp