mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
1. 迁移存储模块功能到工作流模块,合并冗余代码 2. 调整环境配置加载路径与初始化脚本目录 3. 更新文档与前端组件代码适配重构 4. 新增工作流相关CRUD、模型与迁移文件 5. 移除过期模块与冗余代码,优化日志配置
11 lines
210 B
JSON
11 lines
210 B
JSON
[
|
|
{
|
|
"name": "系统部门",
|
|
"code": "DEFAULT",
|
|
"order": 1,
|
|
"status": 0,
|
|
"description": "系统默认部门",
|
|
"parent_id": null,
|
|
"children": []
|
|
}
|
|
] |