添加会员类型
This commit is contained in:
@@ -23,6 +23,9 @@ public class MemberUser {
|
||||
/** 用户ID */
|
||||
private Long userId;
|
||||
|
||||
/** 会员类型 1=正式 2=试用;一旦变为正式(付费)不可再回退为试用 */
|
||||
private Integer memberType;
|
||||
|
||||
/** 会员到期时间 */
|
||||
private Instant expireTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user