username@email.com
2021-12-02 91bad66d03c07b6cb2a3eb09bdd98faab4b8caa3
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; }
@@ -37,5 +38,6 @@
        public string Modifier { get; set; }
        public int? Status { get; set; }
        public List<TChallengeItemDTO> challengeItemDTOs { get; set; }
        public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; }
    }
}