101captain
2022-05-23 c740ca8adee39cf8ab0df70594b938a93a6d8afc
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngCarExcelVO.java
@@ -37,7 +37,7 @@
    /**
     * 品牌型号
     */
    @ExcelProperty(value = "品牌型号", index = 3)
    @ExcelProperty(value = "品牌型号", index = 5)
    private String brand;
    /**
@@ -49,13 +49,13 @@
    /**
     * 车身颜色
     */
    @ExcelProperty(value = "颜色", index = 5)
    @ExcelProperty(value = "颜色", index = 6)
    private String color;
    /**
     * 联系方式
     */
    @ExcelProperty(value = "联系方式", index = 6)
    @ExcelProperty(value = "联系方式", index = 3)
    private String mobile;
}