101captain
2022-07-08 2502a5bf8061852d381e3246d5f63e7ff6b0bf78
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/PartyMemberListExcelVO.java
@@ -36,4 +36,13 @@
    private String checkUnitName;
    private String specialtyName;
    @ExcelProperty(value = "常住社区",index = 1)
    private String communityName;
    @ExcelProperty(value = "小区院落",index = 2)
    private String villageName;
    @ExcelProperty(value = "工作单位归属",index = 5)
    private String belongTo;
    @ExcelProperty(value = "服务社区",index = 6)
    private String helpCommunityName;
}