mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-12-26 14:02:39 +00:00
* refactor: 重构用户授权资产查询工具(重构中..) * perf: 修改 get_perm_nodes_assets 名称 * refactor: 优化用户授权节点查询工具; 删除UnionQuerySet工具 Co-authored-by: Bai <baijiangjie@gmail.com>
5 lines
104 B
Python
5 lines
104 B
Python
from .permission import *
|
|
from .account import *
|
|
from .user_perm_tree import *
|
|
from .user_perm import *
|