From dbb562890133eeb111f729241e0660239d3ebe18 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期四, 27 七月 2023 10:02:14 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

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

diff --git a/DocumentServiceAPI.Application/System/Services/OrganizationService.cs b/DocumentServiceAPI.Application/System/Services/OrganizationService.cs
new file mode 100644
index 0000000..681ee06
--- /dev/null
+++ b/DocumentServiceAPI.Application/System/Services/OrganizationService.cs
@@ -0,0 +1,12 @@
+锘縰sing DocumentServiceAPI.Core;
+using DocumentServiceAPI.Model;
+
+namespace DocumentServiceAPI.Application.System.Services
+{
+    /// <summary>
+    /// 鎶曟爣鍗曚綅鎿嶄綔绫�
+    /// </summary>
+    public class OrganizationService : BaseRepository<Document_TenderUnit>, ITransient
+    {
+    }
+}

--
Gitblit v1.9.1