{
"id": 0,
"name": "string",
"outId": "string",
"parentId": 0,
"sortNo": 0,
"status": true,
"remark": "string",
"customerId": 0,
"isIft": -127,
"outCostId": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}
curl --location --request POST '/system/enterpriseDept/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"outId": "string",
"parentId": 0,
"sortNo": 0,
"status": true,
"remark": "string",
"customerId": 0,
"isIft": -127,
"outCostId": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"modifyTime": "string"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}