{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"areaCode": "string",
"addressAreaCode": "string",
"项目ID集合": [
0
]
}
curl --location --request POST '/plan/template/queryPlanTemplatePage' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custIdentity": "string",
"custMobile": "string",
"areaCode": "string",
"addressAreaCode": "string",
"项目ID集合": [
0
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"id": 0,
"templateNo": "",
"custNum": "",
"custName": "",
"custIdentity": "",
"custMobile": "",
"planTotalHour": "",
"planServiceCount": 0,
"areaCode": "",
"areaName": "",
"addressAreaCode": "",
"addressAreaName": "",
"createTime": "",
"updateTime": "",
"creatorId": 0,
"creatorName": "",
"updateId": 0,
"updateName": "",
"remarks": "",
"projectCode": "",
"merchantCode": "",
"waiterNameList": [
""
],
"waiterNameListText": "",
"projectId": 0,
"projectName": "",
"zoneId": 0,
"zoneName": ""
}
]
}
}