UnisKB/apps/system_manage/models/__init__.py

15 lines
327 B
Python
Raw Normal View History

2025-04-16 12:09:00 +00:00
# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file __init__.py.py
@date2025/4/16 18:23
@desc:
"""
from .workspace_user_permission import *
2025-04-17 10:01:33 +00:00
from .system_setting import *
2025-06-04 06:23:10 +00:00
from .log_management import *
2026-03-16 02:33:48 +00:00
from .chat_user import *
from .user_menu_setting import *
from .access_control_policy import *