prs_server/schemas/__init__.py
2022-10-27 10:35:13 +08:00

46 lines
1.1 KiB
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 .interview import *
from .interview_plan import *
from .jobs import *
from .interview_remark import *
from .email_record import *
from .operate_log import *
from .interview_modes import *
from .interview_tables import *
from .chk_emails import *
from .interview_record import *
from .worker import *
from .owner_info import *
from .count_in_worker import *
from .basic_data import *
from .section import *
from .feedback import *
from .department import *
from .talentpool_filtrate import *