mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 13:53:39 +08:00
前后端全面升级
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
|
||||
from api.lib.cmdb.const import CMDB_QUEUE
|
||||
from api.lib.utils import BaseEnum
|
||||
|
||||
ACL_QUEUE = CMDB_QUEUE
|
||||
ACL_QUEUE = "acl_async"
|
||||
|
||||
|
||||
class OperateType(BaseEnum):
|
||||
LOGIN = "0"
|
||||
READ = "1"
|
||||
UPDATE = "2"
|
||||
CREATE = "3"
|
||||
DELETE = "4"
|
||||
|
Reference in New Issue
Block a user