add RegionCode
This commit is contained in:
parent
ef10d81578
commit
cb7285f336
|
|
@ -18,6 +18,7 @@ public class UserDocument : MongoBase
|
|||
public string Role { get; set; } = null!;
|
||||
public string? VerificationCode { get; set; }
|
||||
public bool Verified { get; set; }
|
||||
public string? RegionCode { get; set; }
|
||||
public string? AffiliateId { get; set; }
|
||||
public bool IsDisabled { get; set; }
|
||||
public DateTime CreatedTime { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue