username@email.com
2021-07-29 c063ecbd8e498d88dd2be38ced8707baa39bf851
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; }
    }
}