mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Added StaffManagement
This commit is contained in:
@@ -30,6 +30,7 @@ const DATABASE_DELETE_ERROR = 20034
|
||||
const DATABASE_TIMEOUT_ERROR = 20035
|
||||
const DATABASE_CONNECT_ERROR = 20036
|
||||
const DATABASE_DATA_TO_LONG = 20037
|
||||
const DATABASE_DATA_VALIDATION_FAILED = 20038
|
||||
|
||||
const UNAUTHORIZED = 30010
|
||||
const ACCESS_DENIED = 30030
|
||||
@@ -69,6 +70,7 @@ export {
|
||||
DATABASE_TIMEOUT_ERROR,
|
||||
DATABASE_CONNECT_ERROR,
|
||||
DATABASE_DATA_TO_LONG,
|
||||
DATABASE_DATA_VALIDATION_FAILED,
|
||||
UNAUTHORIZED,
|
||||
ACCESS_DENIED,
|
||||
USER_DISABLE,
|
||||
|
||||
Reference in New Issue
Block a user