prs_server/schemas/__init__.py
李伟 f55d7609b4 1.新增保存发送邮件的记录
2.新增获取发送邮件的记录
2022-07-18 16:44:56 +08:00

32 lines
782 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 *