|
|
@ -44,14 +44,18 @@ public class EvaluateOfficerExcel { |
|
|
|
@Excel(name = "单位职务") |
|
|
|
private String position; |
|
|
|
|
|
|
|
@Excel(name = "创建时间") |
|
|
|
private String createTime; |
|
|
|
|
|
|
|
@Excel(name = "排序") |
|
|
|
private Integer sort; |
|
|
|
|
|
|
|
@Excel(name = "点赞次数") |
|
|
|
private Integer likesCount; |
|
|
|
|
|
|
|
@Excel(name = "被踩次数") |
|
|
|
private Integer opposeCount; |
|
|
|
// @Excel(name = "点赞次数")
|
|
|
|
// private Integer likesCount;
|
|
|
|
//
|
|
|
|
// @Excel(name = "被踩次数")
|
|
|
|
// private Integer opposeCount;
|
|
|
|
|
|
|
|
/* @Excel(name = "乐观锁") |
|
|
|
private Integer revision; |
|
|
@ -72,4 +76,4 @@ public class EvaluateOfficerExcel { |
|
|
|
private Date updatedTime;*/ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|