mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 13:13:09 +00:00
refactor: 重构查询参数模块,将param.py合并到schema.py中
feat: 为模型添加租户配额字段和字典表关联关系 fix: 修复部门树查询未应用租户隔离的问题 perf: 优化操作日志中间件的拦截逻辑和日志记录 style: 清理无用导入和重复代码 test: 添加基础测试文件 docs: 更新模型注释和字段说明
This commit is contained in:
@@ -14,10 +14,10 @@ from app.core.logger import log
|
||||
|
||||
from ..auth.schema import AuthSchema
|
||||
from .service import PositionService
|
||||
from .param import PositionQueryParam
|
||||
from .schema import (
|
||||
PositionCreateSchema,
|
||||
PositionUpdateSchema
|
||||
PositionUpdateSchema,
|
||||
PositionQueryParam
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user