|
|
@@ -162,7 +162,7 @@ public class User extends UserBaseEntity implements Serializable {
|
|
|
*/
|
|
|
@ApiModelProperty("使用藏品图片")
|
|
|
@Column(columnDefinition = "tinyint unsigned default 0")
|
|
|
- private int useCollectionPic;
|
|
|
+ private boolean useCollectionPic;
|
|
|
|
|
|
@Column(columnDefinition = "int(11) default 0")
|
|
|
@ApiModelProperty("白名单积分")
|