Files
dpb/backend/sql/data/sys_dept.json
T

11 lines
210 B
JSON
Raw Normal View History

[
{
"name": "系统部门",
"code": "DEFAULT",
"order": 1,
"status": 0,
"description": "系统默认部门",
"parent_id": null,
"children": []
}
]