From a2c792ee79e69224d71dc6204c6cc01f92b9384e Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期一, 23 八月 2021 16:14:46 +0800 Subject: [PATCH] [新增]整理代码规范 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java index b0d042f..43791c9 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java @@ -1,9 +1,10 @@ package com.panzhihua.common.model.vos.community.easyPhoto; -import com.alibaba.excel.annotation.ExcelProperty; -import lombok.Data; - import java.util.Date; + +import com.alibaba.excel.annotation.ExcelProperty; + +import lombok.Data; @Data public class ExportEasyPhotoVO { @@ -16,7 +17,7 @@ @ExcelProperty("发生地点") private String happenAddr; @ExcelProperty("事件类型") - private String photoType="其他"; + private String photoType = "其他"; @ExcelProperty("联系电话") private String phone; @ExcelProperty("处理人名字") -- Gitblit v1.7.1