巡检历史轨迹监控 分页
GET
http://127.0.0.1:8094/base/vehicle/inspectionHistoryMonitoringPage
接口描述
车辆历史轨迹监控 主要根据公司id和车辆id查询
请求参数
参数名
类型
描述
必填
pageNo
number
页码(默认为1)
必填
pageSize
number
条数(默认为10)
必填
startDate
string
开始日期,格式为:yyyy-MM-dd HH:mm:ss
必填
endDate
string
结束日期,格式为:yyyy-MM-dd HH:mm:ss
必填
deptName
string
可选。部门名称
必填
vehicleNo
string
可选。车牌号
必填
driverName
string
司机姓名
必填
currentStatus
Sring
状态
必填
响应参数
参数名
类型
描述
必填
message
string
请求结果描述
必填
endRow
int
必填
firstPage
int
必填
hasNextPage
boolean
必填
hasPreviousPage
boolean
必填
isFirstPage
boolean
必填
isLastPage
boolean
必填
lastPage
int
必填
companyId
int
公司ID
必填
createdAt
date
创建时间
必填
description
string
部门描述
必填
id
int
主键ID
必填
name
string
部门名称
必填
status
int
状态:0删除,1正常使用
必填
updateAt
date
修改时间
必填
navigateFirstPage
int
必填
navigateLastPage
int
必填
navigatePages
int
必填
navigatepageNums
array
必填
nextPage
int
必填
pageNum
int
必填
pageSize
int
必填
pages
int
必填
prePage
必填
size
int
必填
startRow
int
必填
total
int
必填
code
string
请求结果code,成功为EPP01_0000,其他为失败,例如数据不存在为EPP01_0003
必填