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 | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 7f54305..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; } @@ -38,6 +39,38 @@ public int ddlLitigationStatus { get; set; } public int UnitId { get; set; } public string Experts { get; set; } + + public string FileName { get; set; } + + public string parentcode { get; set; } + + public int ProjectId { get; set; } + + public string delegateName { get; set; } + + public int isUse { get; set; } + + public string UnitName { get; set; } + public int IsUsed { get; set; } + + public string txtName { get; set; } + + public string txtWorkStartTime { get; set; } + public string txtWorkEndTime { get; set; } + 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 { @@ -392,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; } @@ -406,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> @@ -429,5 +489,7 @@ /// </summary> public int CountyId { get; set; } + + } } -- Gitblit v1.9.1