huanghongfa
2021-08-10 5513e69c82a82eb6be786d5cb8e23b81bffc8636
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationRehabilitationExcelVO.java
@@ -17,6 +17,9 @@
@EncryptDecryptClass
public class ComMngPopulationRehabilitationExcelVO implements Serializable {
    @ExcelProperty(value = "序号", index = 0)
    private String serialNumber;
    @ExcelProperty(value = "姓名", index = 1)
    private String name;
@@ -70,7 +73,7 @@
    private String mainRelatives;
    @ExcelProperty(value = "与人员关系", index = 18)
    private String patientRelation;
    private Integer patientRelation;
    @ExcelProperty(value = "列管原因及类型", index = 19)
    private String rehabReasonAndType;
@@ -106,4 +109,9 @@
    private List<String> userTagStr = Lists.newArrayList();
    private Long houseId;
    /**
     * 地址
     */
    private String address;
}