temp: 캔 가격 타입 Int -> Double로 변경
This commit is contained in:
@@ -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()} 캔"
|
||||
|
||||
Reference in New Issue
Block a user