mitao
2025-03-13 86df207c37502cce1b2043e1c7c0486459eef1d6
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;
}