포인트 지급 정책
- Title 추가
This commit is contained in:
@@ -9,6 +9,7 @@ import javax.persistence.Enumerated
|
||||
|
||||
@Entity
|
||||
data class PointRewardPolicy(
|
||||
var title: String,
|
||||
@Enumerated(EnumType.STRING)
|
||||
val actionType: ActionType,
|
||||
val threshold: Int,
|
||||
|
Reference in New Issue
Block a user