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/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 63c7dcf..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; } @@ -422,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; } -- Gitblit v1.9.1