parent
336d3c9434
commit
1cb2ee77b5
|
@ -9,6 +9,7 @@ import javax.persistence.Enumerated
|
|||
|
||||
@Entity
|
||||
data class PointRewardPolicy(
|
||||
var title: String,
|
||||
@Enumerated(EnumType.STRING)
|
||||
val actionType: ActionType,
|
||||
val threshold: Int,
|
||||
|
|
Loading…
Reference in New Issue