add RegionCode

This commit is contained in:
AnonymousDotNet 2024-10-18 15:43:34 +08:00
parent ef10d81578
commit cb7285f336

View file

@ -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; }