Compare commits

...

2 Commits

View File

@@ -107,6 +107,10 @@ class CanService(private val repository: CanRepository) {
"관리자 지급" "관리자 지급"
} }
ChargeStatus.ADS -> {
"제휴보상"
}
else -> { else -> {
"환불" "환불"
} }