|
|
@@ -146,7 +146,7 @@ public class User extends BaseEntity implements Serializable {
|
|
|
|
|
|
@Column(columnDefinition = "bit default false")
|
|
|
@ApiModelProperty("使用藏品图片")
|
|
|
- private boolean useCollectionPic = false;
|
|
|
+ private boolean useCollectionPic;
|
|
|
|
|
|
@Column(columnDefinition = "int(11) default 0")
|
|
|
@ApiModelProperty("白名单积分")
|