{
"pageNo": 1,
"pageSize": 10,
"params": {
"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/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"params": {
"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": {
"records": [
{
"id": 0,
"name": "",
"outId": "",
"parentId": 0,
"sortNo": 0,
"status": false,
"remark": "",
"customerId": 0,
"isIft": 0,
"outCostId": "",
"creator": "",
"createTime": "",
"modifier": "",
"modifyTime": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}