From 78b0883ddf8329fa8693d78b01e1e0a7f5b6972e Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 14 十二月 2023 13:10:02 +0800
Subject: [PATCH] 班次分组和横幅ID
---
zhengcaioa/DTO/TComplaintletterDTO.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/DTO/TComplaintletterDTO.cs b/zhengcaioa/DTO/TComplaintletterDTO.cs
index 518d588..cbefb00 100644
--- a/zhengcaioa/DTO/TComplaintletterDTO.cs
+++ b/zhengcaioa/DTO/TComplaintletterDTO.cs
@@ -33,17 +33,22 @@
public string PurchaserName { get; set; }
public string Agency { get; set; }
public string IsNotice { get; set; }
+ public string IsNoticeName { get; set; }
public DateTime? NoticeDate { get; set; }
public string NoticeDateName { get; set; }
public DateTime? ChallengeDate { get; set; }
+ public string ChallengeDateName { get; set; }
public string Questioned { get; set; }
public string Respondent { get; set; }
public DateTime? RespondDate { get; set; }
+ public string RespondDateName { get; set; }
public string IsResultnotice { get; set; }
+ public string IsResultnoticeName { get; set; }
public DateTime? ResultnoticeDate { get; set; }
public string ResultnoticeDateName { get; set; }
public DateTime? DocumentsDate { get; set; }
public string RequestInfo { get; set; }
+ public string RequestInfoName { get; set; }
public DateTime? Createtime { get; set; }
public string Creater { get; set; }
public DateTime? Modifytime { get; set; }
@@ -56,6 +61,8 @@
public List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs { get; set; }
+ public List<TChallengeRequestInfoDTO> challengeRequestInfoDTOs { get; set; }
+
}
--
Gitblit v1.9.1