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/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 4725daa..0546696 100644 --- a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs +++ b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs @@ -31,6 +31,7 @@ public int ddlBidbond { get; set; } public int ddlDocumentStatus { get; set; } public int ddlTenderStatus { get; set; } + public int? Status { get; set; } public int ddlWinStatus { get; set; } public int ddlOppugnStatus { get; set; } public int ddlComplainStatus { get; set; } @@ -40,6 +41,8 @@ public string Experts { get; set; } public string FileName { get; set; } + + public string parentcode { get; set; } public int ProjectId { get; set; } @@ -57,6 +60,16 @@ public string txtEmployeeId { get; set; } public string projectName { get; set; } public string txtWorkItem { get; set; } + public int Classification { get; set; } + + public string FilePath { get; set; } + + public string LayType { get; set; } + + public string LayName { get; set; } + + public string LayProvince { get; set; } + } public class DocumentProjectInfoDTO @@ -412,6 +425,7 @@ public string ts { get; set; } public string fy { get; set; } public string ss { get; set; } + public string zbwj { get; set; } public int? IsSignup { get; set; } public int? TenderDepositStatus { get; set; } @@ -426,6 +440,32 @@ public string wj { get; set; } public string tbqk { get; set; } public int? DocumentStatus { get; set; } + + /// <summary> + /// Desc: + /// Default: + /// Nullable:True + /// </summary> + public DateTime? TenderDepositStartTime { get; set; } + /// <summary> + /// Desc: + /// Default: + /// Nullable:True + /// </summary> + public DateTime? TenderDepositEndTime { get; set; } + /// <summary> + /// Desc: + /// Default: + /// Nullable:True + /// </summary> + public DateTime? BidbondStartTime { get; set; } + + /// <summary> + /// Desc: + /// Default: + /// Nullable:True + /// </summary> + public DateTime? BidbondEndTime { get; set; } /// <summary> @@ -449,5 +489,7 @@ /// </summary> public int CountyId { get; set; } + + } } -- Gitblit v1.9.1