유저 행동 데이터, 포인트 추가 #309
|
@ -9,6 +9,7 @@ import javax.persistence.Enumerated
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
data class PointRewardPolicy(
|
data class PointRewardPolicy(
|
||||||
|
var title: String,
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
val actionType: ActionType,
|
val actionType: ActionType,
|
||||||
val threshold: Int,
|
val threshold: Int,
|
||||||
|
|
Loading…
Reference in New Issue