xbackend/schemas/__init__.py
2021-09-28 11:17:08 +08:00

18 lines
416 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 *