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/DocManage/Services/DocumentManageService.cs |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
new file mode 100644
index 0000000..675d4d3
--- /dev/null
+++ b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -0,0 +1,26 @@
+锘縰sing DocumentServiceAPI.Core;
+using DocumentServiceAPI.Model.cyDocumentModel;
+using DocumentServiceAPI.Utility;
+
+namespace DocumentServiceAPI.Application.DocManage.Services
+{
+    public class DocClassificationPageSearch : PageBaseSearch
+    {
+        /// <summary>
+        /// 鍒嗙被浠g爜
+        /// </summary>
+        public string Code { get; set; }
+
+        /// <summary>
+        /// 鐘舵��
+        /// </summary>
+        public int? Status { get; set; }
+    }
+
+    /// <summary>
+    /// 鏂囨。鍒嗙被
+    /// </summary>
+    public class DocClassificationService : BaseRepository<Doc_Classification>, ITransient
+    {
+    }
+}

--
Gitblit v1.9.1