tangxiaobao
2021-07-20 a582839c97b0b5ed9af0399560a82d3aab6e74ea
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngCarExcelVO.java
@@ -27,33 +27,39 @@
    private String userName;
    /**
     * 车主身份证号码
     */
    @ExcelProperty(value = "车主身份证号码" ,index = 2)
    private String cardNo;
    /**
     * 品牌型号
     */
    @ExcelProperty(value = "品牌型号" ,index = 2)
    @ExcelProperty(value = "品牌型号" ,index = 3)
    private String brand;
    /**
     * 车牌号
     */
    @ExcelProperty(value = "车牌号" ,index = 3)
    @ExcelProperty(value = "车牌号" ,index = 4)
    private String plateNum;
    /**
     * 车身颜色
     */
    @ExcelProperty(value = "颜色" ,index = 4)
    @ExcelProperty(value = "颜色" ,index = 5)
    private String color;
    /**
     * 联系方式
     */
    @ExcelProperty(value = "联系方式" ,index = 5)
    @ExcelProperty(value = "联系方式" ,index = 6)
    private String mobile;
    /**
     * 详细住址
     */
    @ExcelProperty(value = "详细住址" ,index = 6)
    @ExcelProperty(value = "详细住址" ,index = 7)
    private String address;
}