Add exception handler
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package top.fatweb.api.entity.common
|
||||
|
||||
enum class BusinessCode(val code: Int) {
|
||||
SYSTEM(100),
|
||||
DATABASE(200)
|
||||
}
|
||||
Reference in New Issue
Block a user