mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 19:04:44 +08:00
采用全新的数据库架构
This commit is contained in:
24
OpenAuth.Domain/UserExt.cs
Normal file
24
OpenAuth.Domain/UserExt.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class UserExt
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Phone_ { get; set; }
|
||||
public string Mobile { get; set; }
|
||||
public string Address { get; set; }
|
||||
public string Zip { get; set; }
|
||||
public string Birthday { get; set; }
|
||||
public string IdCard { get; set; }
|
||||
public string QQ { get; set; }
|
||||
public string DynamicField { get; set; }
|
||||
public int ByteArrayId { get; set; }
|
||||
public string Remark { get; set; }
|
||||
public string Field1 { get; set; }
|
||||
public string Field2 { get; set; }
|
||||
public string Field3 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user