{
"code": "string",
"success": true,
"message": "string",
"dataMap": {
"key": {}
},
"data": [
{
"id": 0,
"workNo": "string",
"customerId": 0,
"customerName": "string",
"customerNo": "string",
"customerIdentifyNo": "string",
"customerTel": "string",
"serviceItemId": 0,
"serviceItemName": "string",
"serviceItemSalesPrice": 0,
"serviceItemCostPrice": 0,
"serviceItemServiceTimes": 0,
"paymentOrderNo": "string",
"refundOrderNo": "string",
"delFlag": 0
}
],
"dataList": [
[
{
"id": 0,
"workNo": "string",
"customerId": 0,
"customerName": "string",
"customerNo": "string",
"customerIdentifyNo": "string",
"customerTel": "string",
"serviceItemId": 0,
"serviceItemName": "string",
"serviceItemSalesPrice": 0,
"serviceItemCostPrice": 0,
"serviceItemServiceTimes": 0,
"paymentOrderNo": "string",
"refundOrderNo": "string",
"delFlag": 0
}
]
]
}