新增车辆管理费用-保险
POST
http://localhost:8085/report/insurance
请求参数
参数名
类型
描述
必填
insuranceAmount
string
示例:保险金额
必填
engineNumber
string
示例:发动机编号
必填
buyTime
string
示例:购买日期 格式:yyyy-MM-dd
必填
dept
string
示例:部门
必填
insuranceType
string
示例:险种
必填
invalidTime
string
示例:到期日期 格式:yyyy-MM-dd
必填
vehicle
string
示例:车牌号
必填
model
string
示例:型号
必填
insuranceCompany
string
示例:保险公司
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填