fix: 캔 가격, Payment의 price 타입 Int, Double -> BigDecimal로 변경
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package kr.co.vividnext.sodalive.can
|
||||
|
||||
import com.querydsl.core.annotations.QueryProjection
|
||||
import java.math.BigDecimal
|
||||
|
||||
data class CanResponse @QueryProjection constructor(
|
||||
val id: Long,
|
||||
val title: String,
|
||||
val can: Int,
|
||||
val rewardCan: Int,
|
||||
val price: Double
|
||||
val price: BigDecimal
|
||||
)
|
||||
|
Reference in New Issue
Block a user