| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | @ExcelProperty("机构名称") |
| | | @ExcelProperty("机构名称*") |
| | | @ColumnWidth(20) |
| | | private String deptName; |
| | | |
| | | @ExcelProperty(value = "所属区划编码") |
| | | @ExcelProperty(value = "所属区划编码*") |
| | | @ColumnWidth(20) |
| | | private String areaCode; |
| | | |
| | | @ExcelProperty("机构描述") |
| | | @ExcelProperty("机构描述*") |
| | | @ColumnWidth(20) |
| | | private String remark; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty(value = "机构状态", converter = ExcelDictConverter.class) |
| | | @ExcelProperty(value = "机构状态*", converter = ExcelDictConverter.class) |
| | | @ExcelDictItemLabel(type = "institutionStatus") |
| | | @ExcelDictItem(type = "institutionStatus") |
| | | private String status; |