{
"subjectName": "string",
"useScope": 0,
"personId": "string",
"deptId": "string"
}
curl --location --request POST '/anaesthesiaTemplateSubject/tree' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZWRpY2FsVGl0bGVJZCI6IiIsImNvZGUiOiJzeXN0ZW0iLCJjYUlkIjoic3lzdGVtIiwibWVkaWNhbFRpdGxlTmFtZSI6IiIsIm5hbWUiOiJzeXN0ZW0iLCJleHAiOjQ3Nzk0ODEwNzd9.j-KTZYGTr5kBNcboYUcjihlC53Ursyp7rh7DNGv_PnE' \
--header 'Content-Type: application/json' \
--data-raw '{
"subjectName": "string",
"useScope": 0,
"personId": "string",
"deptId": "string"
}'
{
"code": 1200,
"message": "执行成功",
"detailMessage": null,
"hintCode": null,
"data": [
{
"useScope": 0,
"createUserId": "admin",
"orderNo": null,
"deptId": "54",
"modifyUserId": "admin",
"createUserName": "admin",
"remark": null,
"version": 2,
"parentId": "$",
"modifyUserName": "admin",
"deleted": 0,
"modifyTime": "2025-06-17 19:11:45",
"createTime": "2025-06-17 19:01:25",
"children": [
{
"useScope": 0,
"createUserId": "admin",
"orderNo": null,
"deptId": "54",
"modifyUserId": "admin",
"createUserName": "admin",
"remark": null,
"version": 8,
"parentId": "855160247030796288",
"modifyUserName": "admin",
"deleted": 0,
"modifyTime": "2025-06-17 19:28:17",
"createTime": "2025-06-17 19:12:06",
"children": [],
"personId": "11",
"id": "855162934816296960",
"subjectName": "模板2"
}
],
"personId": "11",
"id": "855160247030796288",
"subjectName": "模板1"
}
]
}