유저 행동 데이터, 포인트 추가 #309

Merged
klaus merged 25 commits from test into main 2025-04-24 02:44:58 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1cb2ee77b5 - Show all commits

View File

@ -9,6 +9,7 @@ import javax.persistence.Enumerated
@Entity
data class PointRewardPolicy(
var title: String,
@Enumerated(EnumType.STRING)
val actionType: ActionType,
val threshold: Int,