springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/volunteer/ComMngVolunteerExcelVO.java
@@ -1,5 +1,6 @@ package com.panzhihua.common.model.vos.community.volunteer; import com.alibaba.excel.annotation.ExcelIgnore; import com.alibaba.excel.annotation.ExcelProperty; import lombok.Data; @@ -30,7 +31,10 @@ @ExcelProperty(value = "技能", index = 5) private String skillName; @ExcelProperty(value = "是否是大学生", index = 6) @ExcelProperty(value = "在读大学名称", index = 6) private String universityName; @ExcelIgnore private Integer isUniversity; }