username@email.com
2021-12-03 cf25900d05a788e9052132b55e471695319542e0
zhengcaioa/DTO/TChallengeletterDTO.cs
@@ -26,6 +26,7 @@
        public string XmPackage { get; set; }
        public string PurchaserName { get; set; }
        public DateTime? DocumentsDate { get; set; }
        public string DocumentsDateName { get; set; }
        public string RequestInfo { get; set; }
        public bool? IsReply { get; set; }
        public string Respondent { get; set; }
@@ -36,5 +37,7 @@
        public DateTime? Modifytime { get; set; }
        public string Modifier { get; set; }
        public int? Status { get; set; }
        public List<TChallengeItemDTO> challengeItemDTOs { get; set; }
        public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; }
    }
}