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 | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 4b92ef8..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; } @@ -60,6 +63,13 @@ 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 @@ -415,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; } @@ -430,6 +441,32 @@ 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> /// Desc: -- Gitblit v1.9.1