puhanshu
2022-07-23 bbda2ee1af4e86d76f93e00386d77efb56c60d5f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/partybuilding/excel/ComPbMemberRoleErrorExcelVo.java
@@ -13,22 +13,22 @@
public class ComPbMemberRoleErrorExcelVo {
    @ExcelProperty(value = "党员姓名", index = 0)
    @ExcelProperty(value = "*党员姓名", index = 0)
    private String name;
    @ExcelProperty(value = "身份证号", index = 1)
    @ExcelProperty(value = "*身份证号", index = 1)
    private String idCard;
    @ExcelProperty(value = "手机号", index = 2)
    @ExcelProperty(value = "*手机号", index = 2)
    private String phone;
    @ExcelProperty(value = "党委标签(社区党委/区域党委委员)", index = 3)
    private String typeName;
    @ExcelProperty(value = "入党日期", index = 4)
    @ExcelProperty(value = "*入党日期(格式:年-月-日)", index = 4)
    private String joinTime;
    @ExcelProperty(value = "转正日期", index = 5)
    @ExcelProperty(value = "转正日期(格式:年-月-日)", index = 5)
    private String employmentTime;
    @ExcelProperty(value = "职位", index = 6)