Net core项目实战篇01---EFCore CodeFirs For Mysql 数据库初始化 (7)

public class AppUser { public int Id { get; set; } public string Name { get; set; } public string Company { get; set; } public string Title { get; set; } public string Phone { get; set; } public string Avatar { get; set; } public string Gender { get; set; } public string Address { get; set; } public string Email { get; set; } public string Tel { get; set; } public string ProvinceId { get; set; } public string CityId { get; set; } public string City { get; set; } public string NameCard { get; set; } public List<UserProperty> Properties { get; set; } }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzwxxj.html