feat(ai-character): 관리자 기능 기반을 추가한다

This commit is contained in:
2026-07-22 01:43:08 +09:00
parent 5b700892c3
commit 3f4d7b237f
39 changed files with 5657 additions and 114 deletions

View File

@@ -1,9 +1,12 @@
package kr.co.vividnext.sodalive.common
import org.springframework.http.HttpStatus
class SodaException(
message: String? = null,
val errorProperty: String? = null,
val messageKey: String? = null
val messageKey: String? = null,
val httpStatus: HttpStatus? = null
) : RuntimeException(message)
class AdsChargeException(