prs_server/schemas/__init__.py
李伟 4a0931e5f0 1.确认进入面试阶段
2.更改简历阶段
3.存面试数据到mongodb
2022-07-21 14:56:01 +08:00

36 lines
873 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 .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_record import *