文档
测试

备用车辆申请

GET
http://localhost:8094/weChatDataController/query/findPageListByPeopleVehicleSpare

请求参数

参数名
类型
描述
必填
startDateTime
开始时间
必填
endDateTime
借宿时间
必填
deptId
部门ID
必填
driverPeopleName
驾驶员姓名 模糊查询
必填
applyStatus
状态
必填
spNo
编号
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
id
int
示例:3
必填
peopleId
int
申请人人员ID
必填
peopleName
string
申请人人员姓名
必填
oldPlate
string
原车牌
必填
newPlate
string
更换车牌
必填
replaceDate
string
替换日期
必填
driverPeopleName
string
驾驶员
必填
driverPeopleId
int
驾驶员id
必填
reason
string
理由
必填
createTime
string
创建时间
必填
updateTime
object
修改时间
必填
applyStatus
int
状态
必填
spNo
string
编号
必填
approvalId
int
示例:87
必填
approvalName
string
示例:蒋林
必填
deptId
int
驾驶员部门ID
必填
deptName
string
驾驶员部门名称
必填
totalCount
int
示例:1
必填
totalPage
int
示例:1
必填
pageSize
int
示例:10
必填
pageNo
int
示例:1
必填