username@email.com
2021-11-26 b3b54f994b5f17b850413c6398e63e25744635e9
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; }
    }
}