username@email.com
2022-06-28 727a27340fc49d41bf9f7efd81a9a44ade7a9677
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,7 @@
        public int? Status { get; set; }
        public List<TChallengeItemDTO> challengeItemDTOs { get; set; }
        public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; }
        public string khid { get; set; }
    }
}