From 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 17 十月 2023 09:26:40 +0800 Subject: [PATCH] 最新代码 --- DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs index ba8e92f..c876905 100644 --- a/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs +++ b/DocumentServiceAPI.Application/DocManage/Services/DocumentManageService.cs @@ -33,6 +33,18 @@ /// 鐘舵�� /// </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 @@ -43,6 +55,11 @@ /// </summary> public string Code { get; set; } + /// <summary> + /// 浜岀骇鍒嗙被 + /// </summary> + public int class_id { get; set; } + } /// <summary> -- Gitblit v1.9.1