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