| | |
| | | @EncryptDecryptClass |
| | | public class ComMngPopulationRehabilitationExcelVO implements Serializable { |
| | | |
| | | @ExcelProperty(value = "序号", index = 0) |
| | | private String serialNumber; |
| | | |
| | | @ExcelProperty(value = "姓名", index = 1) |
| | | private String name; |
| | | |
| | |
| | | private String mainRelatives; |
| | | |
| | | @ExcelProperty(value = "与人员关系", index = 18) |
| | | private String patientRelation; |
| | | private Integer patientRelation; |
| | | |
| | | @ExcelProperty(value = "列管原因及类型", index = 19) |
| | | private String rehabReasonAndType; |
| | |
| | | private List<String> userTagStr = Lists.newArrayList(); |
| | | |
| | | private Long houseId; |
| | | |
| | | /** |
| | | * 地址 |
| | | */ |
| | | private String address; |
| | | } |