设置价格 折扣
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Hncore.Pass.Vpn.Domain
|
||||
public string username { get; set; }
|
||||
|
||||
public string realname { get; set; }
|
||||
public int discount_id { get; set; }
|
||||
|
||||
public string phone { get; set; }
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace Hncore.Pass.Vpn.Domain
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Remark { get; set; }
|
||||
public int discount { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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