linwei
2024-02-22 9269fc94626bd9ed8c6c3d9e021d37b22d86a665
src/main/java/org/springblade/modules/place/excel/PlaceCheckExcel.java
@@ -5,6 +5,9 @@
import com.alibaba.excel.annotation.write.style.ContentRowHeight;
import com.alibaba.excel.annotation.write.style.HeadRowHeight;
import lombok.Data;
import org.springblade.common.excel.ExcelDictConverter;
import org.springblade.common.excel.ExcelDictItem;
import java.io.Serializable;
/**
@@ -21,7 +24,15 @@
   private static final long serialVersionUID = 2L;
   /** 街道名称 */
   @ExcelProperty( value = "场所名称")
   private String placeName;
   @ExcelProperty(value = "场所地址")
   private String location;
   @ExcelProperty( value = "场所类别")
   private String nineType;
   @ExcelProperty( "所属街道")
   private String streetName;
@@ -31,9 +42,6 @@
   @ExcelProperty(value = "所属网格")
   private String gridName;
   @ExcelProperty( value = "场所名称")
   private String placeName;
   @ExcelProperty( value = "场所隐患")
   private String remark;
@@ -42,9 +50,6 @@
   @ExcelProperty(value = "场所负责人电话")
   private String principalPhone;
   @ExcelProperty(value = "场所地址")
   private String location;
   @ExcelProperty(value = "创建时间")
   private String createTime;