mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat: 新增系统租户和用户初始化数据 style: 优化代码注释和格式 fix: 修复数据权限检查逻辑中的created_id字段判断 perf: 移除不必要的模型关系以提升性能 docs: 更新初始化数据的描述信息 chore: 清理废弃文件和冗余代码
10 lines
221 B
JSON
10 lines
221 B
JSON
[
|
|
{
|
|
"name": "运行管理平台",
|
|
"code": "SYSTEM",
|
|
"status": true,
|
|
"start_time": null,
|
|
"end_time": null,
|
|
"description": "系统内置租户,用于管理平台全局配置和所有租户"
|
|
}
|
|
] |