| File was renamed from src/main/java/org/springblade/modules/discuss/excel/householdExcel.java |
| | |
| | | package org.springblade.modules.discuss.excel; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
| | | import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * HouseExcel |
| | |
| | | @ColumnWidth(25) |
| | | @HeadRowHeight(20) |
| | | @ContentRowHeight(18) |
| | | public class householdExcel implements Serializable { |
| | | public class holdExcel implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 2L; |
| | | |
| | |
| | | private String phone; |
| | | |
| | | @ExcelProperty( "地块") |
| | | private String remark; |
| | | private String districtName; |
| | | |
| | | @ExcelProperty( "栋号") |
| | | private String building; |
| | |
| | | |
| | | |
| | | @ExcelProperty( "地址") |
| | | private String addressName; |
| | | private String houseName; |
| | | |
| | | // @ExcelProperty( "小区") |
| | | // private String aoiName; |
| | |
| | | @ExcelProperty( "议事规则") |
| | | private String rulesOfProcedure; |
| | | |
| | | // @ExcelProperty( "投票项") |
| | | // private String optionContent; |
| | | @ExcelProperty( "投票项") |
| | | @ExcelIgnore |
| | | private String optionContent; |
| | | |
| | | |
| | | // @ExcelProperty(value = "创建时间") |