ParentCondition.scala 383 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7 8 9 10 11
package mobvista.dmp.datasource.dm.entity

/**
  * @package: mobvista.dmp.datasource.dm.entity
  * @author: wangjf
  * @date: 2019/3/20
  * @time: 下午3:26
  * @email: jinfeng.wang@mobvista.com
  * @phone: 152-1062-7698
  */
case class ParentCondition(id: String, date: String, days: String, device_type: String, platform: String, country_code: String, tagCondition: TagCondition)