{
"pageNum": 0,
"pageSize": 0,
"businessDays": [
0
],
"type": "string",
"oldRoomNo": "string",
"newRoomNo": "string"
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/report/registChange' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"businessDays": [
0
],
"type": "string",
"oldRoomNo": "string",
"newRoomNo": "string"
}'
{
"code": 200,
"msg": "",
"data": {
"records": [
{
"id": 0,
"registId": 0,
"gid": 0,
"hid": 0,
"oldRoomId": 0,
"newRoomId": 0,
"oldRoomNo": "",
"newRoomNo": "",
"oldRoomTypeId": 0,
"oldRoomTypeName": "",
"newRoomTypeId": 0,
"newRoomTypeName": "",
"oldRoomPrice": 0,
"newRoomPrice": 0,
"businessDay": 0,
"classId": 0,
"createTime": "",
"createUserId": "",
"createUserName": "",
"type": "",
"checkinTime": "",
"checkoutTime": "",
"remark": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0,
"pages": 0,
"ascs": [
""
],
"asc": [
""
],
"descs": [
""
],
"desc": [
""
],
"searchCount": false
}
}