1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Optimized RoleManagement, GroupManagement and UserManagement

This commit is contained in:
2023-05-29 00:44:23 +08:00
parent 207739a0a7
commit d3e892894a
7 changed files with 27 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ const DATABASE_UPDATE_ERROR = 20033
const DATABASE_DELETE_ERROR = 20034
const DATABASE_TIMEOUT_ERROR = 20035
const DATABASE_CONNECT_ERROR = 20036
const DATABASE_DATA_TO_LONG = 20037
const UNAUTHORIZED = 30010
const ACCESS_DENIED = 30030
@@ -67,6 +68,7 @@ export {
DATABASE_DELETE_ERROR,
DATABASE_TIMEOUT_ERROR,
DATABASE_CONNECT_ERROR,
DATABASE_DATA_TO_LONG,
UNAUTHORIZED,
ACCESS_DENIED,
USER_DISABLE,