mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat: 为模型添加租户配额字段和字典表关联关系 fix: 修复部门树查询未应用租户隔离的问题 perf: 优化操作日志中间件的拦截逻辑和日志记录 style: 清理无用导入和重复代码 test: 添加基础测试文件 docs: 更新模型注释和字段说明
16 lines
298 B
JSON
16 lines
298 B
JSON
[
|
|
{
|
|
"name": "集团总公司",
|
|
"code": "GROUP",
|
|
"order": 1,
|
|
"status": true,
|
|
"leader": "部门负责人",
|
|
"phone": "1582112620",
|
|
"email": "deptadmin@example.com",
|
|
"description": "集团总公司",
|
|
"tenant_id": 1,
|
|
"parent_id": null,
|
|
"children": []
|
|
}
|
|
]
|