username@email.com
2021-07-27 9712c8d56b05c3f91269eed26ea1f9e32823e27c
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; }
    }
}