{
"pageNum": 0,
"pageSize": 0,
"code": "string",
"name": "string",
"remark": "string",
"money": 0,
"guestName": "string",
"guestId": 0,
"sourceValue": 0,
"roomNo": "string",
"roomId": 0,
"businessType": "string",
"classId": 0,
"businessYear": 0,
"businessMonth": 0,
"businessDay": 0,
"status": "string",
"registId": 0,
"registPersonId": 0,
"orderByColumn": "string",
"isAsc": "string",
"registIds": [
0
],
"searchValue": "string",
"registGroupId": 0
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/goods/listHotelGoodsManagement' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"code": "string",
"name": "string",
"remark": "string",
"money": 0,
"guestName": "string",
"guestId": 0,
"sourceValue": 0,
"roomNo": "string",
"roomId": 0,
"businessType": "string",
"classId": 0,
"businessYear": 0,
"businessMonth": 0,
"businessDay": 0,
"status": "string",
"registId": 0,
"registPersonId": 0,
"orderByColumn": "string",
"isAsc": "string",
"registIds": [
0
],
"searchValue": "string",
"registGroupId": 0
}'
{
"code": 0,
"msg": "",
"data": {}
}