调整地区实体
This commit is contained in:
@@ -51,10 +51,23 @@
|
||||
public int LoginErrorLockDuration { get; set; } = 30;
|
||||
|
||||
/// <summary>
|
||||
/// 是否多个法定货币钱包
|
||||
/// facebook页面地址
|
||||
/// </summary>
|
||||
public bool MultipleLegalTenderWallets { get; set; } = false;
|
||||
public string FacebookUrl { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 推特页面地址
|
||||
/// </summary>
|
||||
public string TwitterUrl { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// YouTube页面地址
|
||||
/// </summary>
|
||||
public string YouTubeUrl { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Instagram页面地址
|
||||
/// </summary>
|
||||
public string InstagramUrl { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user