fix: 포인트 내역 리스트
- 유저의 포인트 보상내역, 사용내역 API 추가
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package kr.co.vividnext.sodalive.point
|
||||
|
||||
import com.querydsl.core.annotations.QueryProjection
|
||||
|
||||
data class GetPointUseStatusResponse @QueryProjection constructor(
|
||||
val title: String,
|
||||
val date: String,
|
||||
val point: Int
|
||||
)
|
||||
Reference in New Issue
Block a user