username@email.com
2021-07-27 e649be7905be7e74f6e09d8d74a7bd7bcd3923b7
zhengcaioa/DTO/TongjiBaoBiaoDTO.cs
@@ -37,4 +37,14 @@
        public string UserName { get; set; }
    }
    public class YaoQingYongHuDTO
    {
        public string ID { get; set; }
        public string PhoneCode { get; set; }
        public string UserName { get; set; }
        public DateTime CreatTime { get; set; }
    }
}