| | |
| | | */ |
| | | package org.springblade.modules.system.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; |
| | |
| | | public class SecurityExcel implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ExcelProperty("单位名称*") |
| | | @ExcelProperty("企业名称*") |
| | | @ColumnWidth(30) |
| | | private String deptId; |
| | | |
| | | |
| | | @ColumnWidth(10) |
| | | @ExcelProperty("姓名*") |
| | |
| | | |
| | | @ExcelProperty("身份证住址*") |
| | | private String registered; |
| | | |
| | | @ExcelProperty("是否持证*") |
| | | @ColumnWidth(15) |
| | | private String hold; |
| | | |
| | | @ExcelProperty("保安员证编码") |
| | | @ColumnWidth(20) |