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.Application/DocManage/Services/DocumentManageService.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
index e7cacd4..c876905 100644
--- a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
+++ b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs
@@ -33,15 +33,33 @@
/// 鐘舵��
/// </summary>
public int? Status { get; set; }
+
+ public int? zbtzs { get; set; }
+
+ public int? ht { get; set; }
+
+ public int? ysbg { get; set; }
+
+ public int? fkpz { get; set; }
+
+ public int? yhpj { get; set; }
+
+ public int? hjzs { get; set; }
}
public class DocumentSearch : BaseSearch
{
+
/// <summary>
/// 鍒嗙被浠g爜
/// </summary>
public string Code { get; set; }
+ /// <summary>
+ /// 浜岀骇鍒嗙被
+ /// </summary>
+ public int class_id { get; set; }
+
}
/// <summary>
--
Gitblit v1.9.1