From 9c7ff006100d327b1b60615304de348f5ad36c63 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 16 八月 2023 09:06:14 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

---
 DocumentServiceAPI.Application/Repository/ProjectInfoRepository.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Application/Repository/ProjectInfoRepository.cs b/DocumentServiceAPI.Application/Repository/ProjectInfoRepository.cs
new file mode 100644
index 0000000..c25c69d
--- /dev/null
+++ b/DocumentServiceAPI.Application/Repository/ProjectInfoRepository.cs
@@ -0,0 +1,17 @@
+锘縰sing DocumentServiceAPI.Core;
+using DocumentServiceAPI.Model.cyDocumentModel;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace DocumentServiceAPI.Application.Repository
+{
+    /// <summary>
+    /// 椤圭洰淇℃伅
+    /// </summary>
+    public class ProjectInfoRepository : BaseRepository<Document_ProjectInfo>, ITransient
+    {
+    }
+}

--
Gitblit v1.9.1