namespace Txgy.RBS.DTO { /// /// /// public partial class ResultJsonDTO { public int Id { get; set; } public string? Name { get; set; } public string? Mobile { get; set; } public string? Address { get; set; } public string? Email { get; set; } public long? QQ { get; set; } public string? WeChat { get; set; } public int? Sex { get; set; } /// /// Desc: /// Default: /// Nullable:True /// public string? UserImageUrl { get; set; } } }