Commit 646d420a authored by hanfeng's avatar hanfeng

车辆详情列表下载

parent 34b07ddf
......@@ -111,47 +111,7 @@ public class VehicleExcelVo {
private Date strongInsuranceEndDate;
/**
* 车架号
*/
private String vin;
/**
* 发动机号
*/
private String engineNum;
/**
* 商业险公司,见常量表
*/
private Integer insuranceCompany;
/**
* 商业险单号
*/
private String insuranceNo;
/**
* 商业险到期时间
*/
private Date insuranceEndDate;
/**
* 交强险公司
*/
private String strongInsuranceCompany;
/**
* 交强险到期时间
*/
private Date strongInsuranceEndDate;
/**
* 交强险单号
*/
private String strongInsuranceNo;
public String getStatus() {
return map.get(status);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment