| | |
| | | package com.panzhihua.common.model.vos.partybuilding.excel; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | @ExcelProperty(value = "特长", index = 6) |
| | | private String specialtyName; |
| | | |
| | | @ExcelProperty(value = "双报道单位", index = 7) |
| | | @ExcelProperty(value = "双报到单位", index = 7) |
| | | private String checkUnitName; |
| | | |
| | | @ExcelProperty(value = "总参与活动次数", index = 8) |
| | |
| | | @ExcelProperty(value = "完成随手拍数量", index = 17) |
| | | private Integer easyCount; |
| | | |
| | | @ExcelIgnore |
| | | private Long communityId; |
| | | |
| | | @ExcelIgnore |
| | | private Long userId; |
| | | |
| | | } |