parent
c466ecb77c
commit
0b03ebeb70
|
@ -2,6 +2,8 @@ package kr.co.vividnext.sodalive.marketing
|
||||||
|
|
||||||
import java.time.LocalDateTime
|
import java.time.LocalDateTime
|
||||||
import javax.persistence.Entity
|
import javax.persistence.Entity
|
||||||
|
import javax.persistence.EnumType
|
||||||
|
import javax.persistence.Enumerated
|
||||||
import javax.persistence.GeneratedValue
|
import javax.persistence.GeneratedValue
|
||||||
import javax.persistence.GenerationType
|
import javax.persistence.GenerationType
|
||||||
import javax.persistence.Id
|
import javax.persistence.Id
|
||||||
|
@ -15,6 +17,7 @@ data class AdTrackingHistory(
|
||||||
val mediaGroup: String,
|
val mediaGroup: String,
|
||||||
val pid: String,
|
val pid: String,
|
||||||
val pidName: String,
|
val pidName: String,
|
||||||
|
@Enumerated(value = EnumType.STRING)
|
||||||
val type: AdTrackingHistoryType,
|
val type: AdTrackingHistoryType,
|
||||||
val price: Double = 0.toDouble(),
|
val price: Double = 0.toDouble(),
|
||||||
val locale: String? = null,
|
val locale: String? = null,
|
||||||
|
|
Loading…
Reference in New Issue