username@email.com
2022-08-27 6e2b929cf381e2320ba6e7dec56c0371124d2b51
zhengcaioa/DTO/ExpertTestResultDTO.cs
@@ -15,5 +15,9 @@
        public DateTime Createtime { get; set; }
        public string Modifier { get; set; }
        public DateTime Modifytime { get; set; }
        public string[] Resulttypes { get; set; }
        public string[] Results { get; set; }
    }
}