From 9576bebcacea938771f6f5b51d958e6a4ac59df6 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期四, 09 十二月 2021 16:59:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/easyPhoto/ExportEasyPhotoVO.java |   11 +++++------
 1 files changed, 5 insertions(+), 6 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..196c798 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,11 +17,9 @@
     @ExcelProperty("发生地点")
     private String happenAddr;
     @ExcelProperty("事件类型")
-    private String photoType="其他";
+    private String photoType;
     @ExcelProperty("联系电话")
     private String phone;
-    @ExcelProperty("处理人名字")
-    private String handlerName;
     @ExcelProperty("创建时间")
     private Date createAt;
 }

--
Gitblit v1.7.1