You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iTi-System/iti_system/models/__init__.py

13 lines
705 B
Python

from .sys.sys_user import User, UserSchema
from .sys.sys_user_attribute import SysUserAttribute, SysUserAttributeSchema
from .sys.sys_role import Role, RoleSchema
from .sys.sys_rel_user_role import sys_user_role
from .sys.sys_rel_role_menu import sys_role_menu
from .sys.sys_log import SysLog, LogSchema
from .sys.sys_config import SysConfig, SysConfigSchema
from .sys.sys_dict import SysDictType, SysDictTypeSchema, SysDictData, SysDictDataSchema
from .sys.sys_dept import SysDept, SysDeptSchema
from .sys.sys_rel_user_dept import sys_user_dept
from .sys.sys_menu import SysMenu, SysMenuSchema, SysMenuMetaSchema
from .sys.sys_file import SysFile, SysFileSchema, SysFileDirectory, SysFileDirectorySchema