From da70ee8b828a2db0496aabc9fef9c20f7b7fee5c Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期一, 28 八月 2023 11:17:40 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

---
 DocumentServiceAPI.Utility/PageBaseSearch.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/DocumentServiceAPI.Utility/PageBaseSearch.cs b/DocumentServiceAPI.Utility/PageBaseSearch.cs
index 598b1dd..031808b 100644
--- a/DocumentServiceAPI.Utility/PageBaseSearch.cs
+++ b/DocumentServiceAPI.Utility/PageBaseSearch.cs
@@ -19,20 +19,22 @@
 
     public abstract class BaseSearch
     {
+        public int ID { get; set; }
+
         /// <summary>
         /// 鍏徃ID
         /// </summary>
-        public string CompanyID { get; set; }
+        public int CompanyID { get; set; }
 
         /// <summary>
         /// 绉熸埛ID
         /// </summary>
-        public string TenantID { get; set; }
+        public int TenantID { get; set; }
 
         /// <summary>
         /// 鐢ㄦ埛ID
         /// </summary>
-        public string UserID { get; set; }
+        public int UserID { get; set; }
 
         /// <summary>
         /// 寮�濮嬫棩鏈�

--
Gitblit v1.9.1