Add doc
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
package top.fatweb.api.entity.common
|
||||
|
||||
/**
|
||||
* Business code entity
|
||||
*
|
||||
* @author FatttSnake
|
||||
* @since 1.0.0
|
||||
*/
|
||||
enum class BusinessCode(val code: Int) {
|
||||
SYSTEM(100),
|
||||
DATABASE(200)
|
||||
|
||||
Reference in New Issue
Block a user