101captain
2022-03-23 2d0487d82ff61219c71155699b52d8d339a2443a
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/partybuilding/ComPbMemberExcelVO.java
@@ -14,11 +14,11 @@
@Data
public class ComPbMemberExcelVO {
    @ExcelProperty(value = "党员姓名", index = 0)
    private String comName;
    @ExcelProperty(value = "账号", index = 0)
    private String phone;
    @ExcelProperty(value = "身份证号", index = 1)
    private String idCard;
    @ExcelProperty(value = "党员姓名", index = 1)
    private String name;
    @ExcelProperty(value = "所属党组织", index = 2)
    private String orgName;
@@ -29,6 +29,12 @@
    @ExcelProperty(value = "转正日期", index = 4)
    private Date employmentTime;
    @ExcelProperty(value = "所属社区", index = 5)
    private String communityName;
    @ExcelProperty(value = "报道单位", index = 5)
    private String checkUnitName;
    @ExcelProperty(value = "党龄", index = 6)
    private Integer partyAge;
    @ExcelProperty(value = "状态",index = 7)
    private String status;
}