username@email.com
2023-03-29 eacd4c4f0581f1c4b55f7f0c7f1092b3f965a6f8
zhengcaioa/DTO/TChallengeletterDTO.cs
@@ -28,6 +28,7 @@
        public DateTime? DocumentsDate { get; set; }
        public string DocumentsDateName { get; set; }
        public string RequestInfo { get; set; }
        public string RequestInfoName { get; set; }
        public bool? IsReply { get; set; }
        public string Respondent { get; set; }
        public DateTime? RespondDate { get; set; }
@@ -39,5 +40,8 @@
        public int? Status { get; set; }
        public List<TChallengeItemDTO> challengeItemDTOs { get; set; }
        public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; }
        public List<TChallengeRequestInfoDTO> challengeRequestInfoDTOs { get; set; }
        public string khid { get; set; }
    }
}