mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Added enable status to Role, Group and User
This commit is contained in:
@@ -31,6 +31,7 @@ const DATABASE_CONNECT_ERROR = 20036
|
||||
|
||||
const UNAUTHORIZED = 30010
|
||||
const ACCESS_DENIED = 30030
|
||||
const USER_DISABLE = 30031
|
||||
|
||||
const SYSTEM_ERROR = 50001
|
||||
const SYSTEM_TIMEOUT = 50002
|
||||
@@ -66,6 +67,7 @@ export {
|
||||
DATABASE_CONNECT_ERROR,
|
||||
UNAUTHORIZED,
|
||||
ACCESS_DENIED,
|
||||
USER_DISABLE,
|
||||
SYSTEM_ERROR,
|
||||
SYSTEM_TIMEOUT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user