temp: 캔 가격 타입 Int -> Double로 변경
This commit is contained in:
@@ -7,5 +7,5 @@ data class CanResponse @QueryProjection constructor(
|
||||
val title: String,
|
||||
val can: Int,
|
||||
val rewardCan: Int,
|
||||
val price: Int
|
||||
val price: Double
|
||||
)
|
||||
|
Reference in New Issue
Block a user