feat: 쿠폰 사용 - 포인트 쿠폰이면 포인트 충전 되도록 로직 수정
This commit is contained in:
@@ -13,5 +13,6 @@ data class PointGrantLog(
|
||||
@Enumerated(EnumType.STRING)
|
||||
val actionType: ActionType,
|
||||
val policyId: Long?,
|
||||
val orderId: Long?
|
||||
val orderId: Long?,
|
||||
val couponName: String? = null
|
||||
) : BaseEntity()
|
||||
|
Reference in New Issue
Block a user