From b0c19dd2793b5ada90b303b7ec23a670cdbf48f6 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 11 二月 2022 14:52:52 +0800 Subject: [PATCH] 根据删除的知识点查询 --- zhengcaioa/DTO/TComplaintletterDTO.cs | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/DTO/TComplaintletterDTO.cs b/zhengcaioa/DTO/TComplaintletterDTO.cs index 775b2c0..dc76405 100644 --- a/zhengcaioa/DTO/TComplaintletterDTO.cs +++ b/zhengcaioa/DTO/TComplaintletterDTO.cs @@ -32,20 +32,36 @@ 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 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 bool? IsResultnotice { 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; } public string Modifier { get; set; } 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