From 306ab8865840b2637590abb6e670e5614446f24d Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期二, 30 七月 2024 13:27:31 +0800
Subject: [PATCH] 增加商品字段,订单字段

---
 CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj b/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj
index afc9ef8..eb437cc 100644
--- a/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj
+++ b/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj
@@ -14,6 +14,7 @@
   <ItemGroup>
     <ProjectReference Include="..\CoreCms.Net.Caching\CoreCms.Net.Caching.csproj" />
     <ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" />
+    <ProjectReference Include="..\CoreCms.Net.IRepository\CoreCms.Net.IRepository.csproj" />
     <ProjectReference Include="..\CoreCms.Net.IServices\CoreCms.Net.IServices.csproj" />
     <ProjectReference Include="..\CoreCms.Net.Loging\CoreCms.Net.Loging.csproj" />
     <ProjectReference Include="..\CoreCms.Net.WeChat.Service\CoreCms.Net.WeChat.Service.csproj" />

--
Gitblit v1.9.1