workorder
开发中
POST
/api/workorders
请求参数
Body 参数application/json
issueDescription
string
必需
type
integer
必需
deadline
string
必需
示例
{
"issueDescription": "string",
"type": 0,
"deadline": "string"
}
返回响应
🟢201成功
application/json
Body
success
boolean
必需
errorMsg
string | null
可选
data
可选
Any of
orderId
string
工单Id
issueDescription
string
工单说明
orderStatus
integer
工单状态
applicantName
string
发起工单的人
applicantId
integer
发起工单的人员ID
applicantIdentity
integer
发起工单的初始级别
recipientId
integer | null
接收工单的操作人员id
recipientName
string | null
接收工单的操作人员姓名
type
integer
工单类型
2 :维护问题
3 : 后勤缺失,应交由后勤保障部门
department
integer | null