username@email.com
2024-07-09 38f88a13e2d7ba9dc80126245339505aab2e9fd5
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; }
    }
}