관리자 - 캔, 충전현황 API
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package kr.co.vividnext.sodalive.extensions
|
||||
|
||||
import java.text.DecimalFormat
|
||||
|
||||
fun Int.moneyFormat(): String = DecimalFormat("###,###").format(this)
|
Reference in New Issue
Block a user