设置价格 折扣
This commit is contained in:
@@ -19,6 +19,8 @@ namespace Hncore.Pass.Vpn.Domain
|
||||
/// 登录密码[20]
|
||||
/// </summary>
|
||||
public string Password { get; set; }
|
||||
public int discount_id { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 微信昵称
|
||||
@@ -51,6 +53,7 @@ namespace Hncore.Pass.Vpn.Domain
|
||||
/// 是否主管理员权限
|
||||
/// </summary>
|
||||
public DateTime? LastLoginDate { get; set; } = DateTime.Now;
|
||||
public string pay_time { get; set; }
|
||||
|
||||
public int Sex { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user