@@ -34,4 +34,5 @@ public class UserEntity extends BaseEntity {
@TableField(value = "player_position", typeHandler = JacksonTypeHandler.class)
private PointPO playerPosition;
+ private String skinDataVersion;
}