Files
oxygen-api/src/main/kotlin/top/fatweb/api/entity/common/BusinessCode.kt
2023-10-05 21:10:05 +08:00

6 lines
115 B
Kotlin

package top.fatweb.api.entity.common
enum class BusinessCode(val code: Int) {
SYSTEM(100),
DATABASE(200)
}