xbackend/schemas/__init__.py
李伟 84dcdad9b7 1.优化权限板块
2.新增用户搜索板块
2022-04-14 16:08:01 +08:00

26 lines
621 B
Python

from .msg import Msg
from .user import *
from .project import *
from .folder import *
from .space import *
from .dashboard import *
from .report import *
from .authotity import *
from .table_struct import *
from .data_auth import *
from .data_attr import *
from .sql import *
from .api_log import *
from .event_mana import *
from .xquery import *
from .api_list import *
from .role import *
from .check_data import *
from .userlabel import *
from .select_map import *
from .project_number import *
from .proid_map import *
from .api_board import *
from .url_list import *
from .user_url import *
from .api_module import *