temp: 캔 가격 타입 Int -> Double로 변경

This commit is contained in:
2025-10-01 16:07:34 +09:00
parent 863c285049
commit 78ff13a654
9 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import kr.co.vividnext.sodalive.extensions.moneyFormat
data class AdminCanRequest(
val can: Int,
val rewardCan: Int,
val price: Int
val price: Double
) {
fun toEntity(): Can {
var title = "${can.moneyFormat()}"