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