|
|
|
@ -32,11 +32,6 @@ import java.util.Date; |
|
|
|
@Data |
|
|
|
public class MetaUserPartyRankExcel { |
|
|
|
|
|
|
|
@Excel(name = "主键") |
|
|
|
private String id; |
|
|
|
|
|
|
|
@Excel(name = "街道id") |
|
|
|
private String streetId; |
|
|
|
|
|
|
|
@Excel(name = "街道名称") |
|
|
|
private String streetName; |
|
|
|
@ -68,22 +63,7 @@ public class MetaUserPartyRankExcel { |
|
|
|
@Excel(name = "党员认证失败数") |
|
|
|
private Integer partyAuthFailureCount; |
|
|
|
|
|
|
|
@Excel(name = "删除标记") |
|
|
|
private String delFlag; |
|
|
|
|
|
|
|
@Excel(name = "乐观锁") |
|
|
|
private Integer revision; |
|
|
|
|
|
|
|
@Excel(name = "创建人") |
|
|
|
private String createdBy; |
|
|
|
|
|
|
|
@Excel(name = "注册时间") |
|
|
|
private Date createdTime; |
|
|
|
|
|
|
|
@Excel(name = "更新人") |
|
|
|
private String updatedBy; |
|
|
|
|
|
|
|
@Excel(name = "更新时间") |
|
|
|
@Excel(name = "更新时间", format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private Date updatedTime; |
|
|
|
|
|
|
|
|
|
|
|
|