springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngCarExcelVO.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; }