From b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 26 十二月 2024 09:55:01 +0800 Subject: [PATCH] 增加sw文档关闭配置 --- 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 ae710f1..ef1f87f 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