xbackend/schemas/__init__.py
李伟 317aa592a3 1.修改底层生成SQL代码
2.新增游戏埋点,并给配置新的表
2022-07-07 10:38:59 +08:00

28 lines
674 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 *
from .event_list import *
from .event_point import *