房间情况中的工单列表
GET
http://localhost:8087/hotel/workSheet/getWxWorkSheetList?hotelId=1
请求参数
参数名
类型
描述
必填
hotelId
int
示例:1
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
wsId
int
(工单id)示例:11
必填
employeeName
string
(员工名)示例:王五
必填
roomNum
string
(房间号)示例:102
必填
serverType
int
(1 清洁 2 维修 3其他 4授权开门 5投诉)示例:1
必填
heId
int
(员工id)示例:3
必填
roomId
int
(房间id)示例:2
必填
content
string
(内容)示例:111
必填
status
int
(1 未处理 2 已派发 )示例:2
必填