feat: 캔 등록/조회 - currency 추가
This commit is contained in:
@@ -8,5 +8,6 @@ data class CanResponse @QueryProjection constructor(
|
||||
val title: String,
|
||||
val can: Int,
|
||||
val rewardCan: Int,
|
||||
val price: BigDecimal
|
||||
val price: BigDecimal,
|
||||
val currency: String
|
||||
)
|
||||
|
Reference in New Issue
Block a user