package mobvista.dmp.clickhouse.feature import scala.collection.mutable /** * @package: com.mobvista.dataplatform.clickhouse.entity * @author: wangjf * @date: 2019-07-17 * @time: 15:21 * @email: jinfeng.wang@mobvista.com * @phone: 152-1062-7698 */ case class DmUserInfo(device_id: String, platform: String, device_model: String, os_version: String, country: String, age: Int, gender: Int, install: mutable.WrappedArray[Int], interest: mutable.WrappedArray[String], behavior: String, frequency: String, tag_week: String, tag_month: String, region: mutable.WrappedArray[String], update_date: String, publish_date: String) extends java.io.Serializable