From 6614d9f16c1012b8a9f2ba94b8a15bd1356e8adb Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期四, 24 八月 2023 10:42:12 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

---
 DocumentServiceAPI.Application/DocManage/Services/ProjectManageService.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Application/DocManage/Services/ProjectManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/ProjectManageService.cs
new file mode 100644
index 0000000..5c7cea3
--- /dev/null
+++ b/DocumentServiceAPI.Application/DocManage/Services/ProjectManageService.cs
@@ -0,0 +1,12 @@
+锘縰sing DocumentServiceAPI.Core;
+using DocumentServiceAPI.Model.cyDocumentModel;
+
+namespace DocumentServiceAPI.Application.DocManage.Services
+{
+    /// <summary>
+    /// 椤圭洰鏌ヨ绫�
+    /// </summary>
+    public class ProjectManageService : BaseRepository<Document_ProjectInfo>, ITransient
+    {
+    }
+}

--
Gitblit v1.9.1