|
@@ -1,6 +1,4 @@
|
|
|
using System;
|
|
|
-using System.Collections.Generic;
|
|
|
-using System.Text;
|
|
|
|
|
|
namespace GxPress.Result.User
|
|
|
{
|
|
@@ -113,7 +111,6 @@ namespace GxPress.Result.User
|
|
|
/// 是否黑名单
|
|
|
/// </summary>
|
|
|
public bool IsBlack { get; set; }
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 二维码
|
|
|
/// </summary>
|
|
@@ -183,6 +180,11 @@ namespace GxPress.Result.User
|
|
|
/// </summary>
|
|
|
/// <value></value>
|
|
|
public DateTime? CreatedDate { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 1 自动续费 2 在费 3 到期
|
|
|
+ /// </summary>
|
|
|
+ /// <value></value>
|
|
|
+ public int VipStatus { get; set; }
|
|
|
}
|
|
|
}
|
|
|
|