포인트 지급 정책

- Title 추가
This commit is contained in:
Klaus 2025-04-21 14:35:05 +09:00
parent 336d3c9434
commit 1cb2ee77b5
1 changed files with 1 additions and 0 deletions

View File

@ -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,