@@ -84,6 +84,8 @@ public class User extends BaseEntity implements Serializable {
@ApiModelProperty("是否微信授权")
private boolean wxAuthorized;
+ private boolean isVip;
+
@Transient
private String sessionKey;
}