文档
测试

根据id查询车辆维修信息

GET
http://127.0.0.1:8094/baseVehicleMaintain/getById

请求参数

参数名
类型
描述
必填
id
long
主键id,车辆维修id
必填

响应参数

参数名
类型
描述
必填
code
string
示例:EPP01_0000
必填
message
string
示例:成功
必填
data
object
数据字典
必填
createUserId
object
示例:null
必填
createTime
string
示例:2019-09-03 18:06:10
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2019-09-03 18:06:10
必填
dataStatus
number
示例:1
必填
id
number
车辆维修id
必填
companyId
number
公司id
必填
vehicleId
number
车辆id
必填
vehiclePlate
string
车牌号
必填
vehiclePlateReplace
string
替换车辆车牌号
必填
fault
string
故障原因
必填
status
number
状态1:启用;2停用,默认启用
必填
vehicleModel
string
车辆型号
必填
deptId
number
部门id
必填
deptName
string
部门名称
必填
teamId
number
车队id
必填
teamName
string
车队名称
必填
isDeal
number
是否处理:1是,0否,默认否
必填
dealTime
object
处理时间
必填