|
@@ -86,7 +86,7 @@ public class User extends BaseEntity implements Serializable {
|
|
|
@ApiModelProperty("是否微信授权")
|
|
@ApiModelProperty("是否微信授权")
|
|
|
private boolean wxAuthorized;
|
|
private boolean wxAuthorized;
|
|
|
|
|
|
|
|
- private Boolean isVip;
|
|
|
|
|
|
|
+ private boolean isVip;
|
|
|
|
|
|
|
|
@Transient
|
|
@Transient
|
|
|
private String sessionKey;
|
|
private String sessionKey;
|