文档
测试

查询工单(分页)

GET
http://localhost:8093/eppWorkOrder/selectPageEppWorkOrder

接口描述

rj

响应参数

参数名
类型
描述
必填
current
number
示例:1
必填
pages
number
示例:1
必填
records
array
数据列表
必填
attachmentAddress
string
示例:是打发.txt,萨芬.doc
必填
contactPeople
string
示例:
必填
contactPhone
string
示例:
必填
createDate
string
示例:2019-11-20T17:54:45
必填
dealWithState
number
示例:0
必填
id
number
示例:3
必填
mail
string
示例:
必填
problemDescription
string
示例:djfskj尽快的风景11111111
必填
senderCompanyId
number
示例:22
必填
senderCompanyName
string
示例:答复11111111111
必填
senderId
number
示例:2
必填
state
number
示例:0
必填
title
string
示例:
必填
updateDate
string
示例:2019-11-21T15:38:25
必填
workOrderType
number
示例:2
必填
searchCount
boolean
示例:true
必填
size
number
示例:10
必填
total
number
示例:2
必填

说明 / 示例

{ "current": 1, "pages": 1, "records": [ { "attachmentAddress": "是打发.txt,萨芬.doc", "contactPeople": "", "contactPhone": "", "createDate": "2019-11-20T17:54:45", "dealWithState": 0, "id": 3, "mail": "", "problemDescription": "djfskj尽快的风景11111111", "senderCompanyId": 22, "senderCompanyName": "答复11111111111", "senderId": 2, "state": 0, "title": "", "updateDate": "2019-11-21T15:38:25", "workOrderType": 2 }, { "attachmentAddress": "是打发.txt,萨芬.doc", "contactPeople": "", "contactPhone": "", "createDate": "2019-09-09T14:01:20", "dealWithState": 2, "id": 2, "mail": "", "problemDescription": "djfskj尽快的风景22222222222", "senderCompanyId": 22, "senderCompanyName": "答复11111111111", "senderId": 2, "state": 0, "title": "", "updateDate": "2019-11-21T15:58:38", "workOrderType": 2 } ], "searchCount": true, "size": 10, "total": 2 }