From 91bad66d03c07b6cb2a3eb09bdd98faab4b8caa3 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 十二月 2021 14:03:34 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/DTO/TComplaintletterDTO.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/DTO/TComplaintletterDTO.cs b/zhengcaioa/DTO/TComplaintletterDTO.cs
index c81f6aa..518d588 100644
--- a/zhengcaioa/DTO/TComplaintletterDTO.cs
+++ b/zhengcaioa/DTO/TComplaintletterDTO.cs
@@ -32,14 +32,16 @@
         public string XmPackage { get; set; }
         public string PurchaserName { get; set; }
         public string Agency { get; set; }
-        public bool? IsNotice { get; set; }
+        public string IsNotice { get; set; }
         public DateTime? NoticeDate { get; set; }
+        public string NoticeDateName { get; set; }
         public DateTime? ChallengeDate { get; set; }
         public string Questioned { get; set; }
         public string Respondent { get; set; }
         public DateTime? RespondDate { get; set; }
-        public bool? IsResultnotice { get; set; }
+        public string IsResultnotice { get; set; }
         public DateTime? ResultnoticeDate { get; set; }
+        public string ResultnoticeDateName { get; set; }
         public DateTime? DocumentsDate { get; set; }
         public string RequestInfo { get; set; }
         public DateTime? Createtime { get; set; }
@@ -49,7 +51,11 @@
         public int? Status { get; set; }
         public List<TComplaintItemDTO> complaintItemDTOs { get; set; }
         public List<TComplaintRespondentDTO> complaintRespondentDTOs { get; set; }
-        
+
+        public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; }
+
+        public List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs { get; set; }
+
 
 
     }

--
Gitblit v1.9.1