Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

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