{
"code": "string",
"success": true,
"message": "string",
"dataMap": {
"key": {}
},
"data": [
{
"orderNo": "string",
"workNo": "string",
"serviceAddress": "string",
"appointmentBeginTime": 0,
"appointmentBeginTimeStr": "string",
"actuallyBeginTime": 0,
"actuallyBeginTimeStr": "string",
"serviceItemName": "string",
"waiterId": 0,
"waiterNo": "string",
"waiterName": "string",
"serviceItemId": "string",
"serviceMoney": 0,
"orderStatus": 0,
"orderStatusStr": "string",
"deductionMethod": 0,
"deductionMethodStr": "string"
}
],
"dataList": [
[
{
"orderNo": "string",
"workNo": "string",
"serviceAddress": "string",
"appointmentBeginTime": 0,
"appointmentBeginTimeStr": "string",
"actuallyBeginTime": 0,
"actuallyBeginTimeStr": "string",
"serviceItemName": "string",
"waiterId": 0,
"waiterNo": "string",
"waiterName": "string",
"serviceItemId": "string",
"serviceMoney": 0,
"orderStatus": 0,
"orderStatusStr": "string",
"deductionMethod": 0,
"deductionMethodStr": "string"
}
]
],
"totalCount": 0
}