feat: 캔 등록/조회 - currency 추가

This commit is contained in:
2025-10-01 20:55:52 +09:00
parent 0c17ea2dcd
commit d7ad110b9e
4 changed files with 8 additions and 3 deletions

View File

@@ -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
)