username@email.com
2022-02-11 3a864ec2d204077d34bd0b874540829702581c6c
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; }
    }
}