|
|
|
@ -15,25 +15,13 @@ public class PartyAnalysExcel { |
|
|
|
@Excel(name = "街道名称") |
|
|
|
private String streetName; |
|
|
|
|
|
|
|
@Excel(name = "注册用户数") |
|
|
|
private Integer userCount; |
|
|
|
// @Excel(name = "注册用户数")
|
|
|
|
// private Integer userCount;
|
|
|
|
|
|
|
|
@Excel(name = "注册党员数") |
|
|
|
private Integer partyMemberCount; |
|
|
|
|
|
|
|
@Excel(name = "注册居民数") |
|
|
|
private Integer residentCount; |
|
|
|
|
|
|
|
@Excel(name = "男") |
|
|
|
private Integer maleCount; |
|
|
|
|
|
|
|
@Excel(name = "女") |
|
|
|
private Integer femaleCount; |
|
|
|
|
|
|
|
@Excel(name = "其他") |
|
|
|
private Integer unknownSexCount; |
|
|
|
|
|
|
|
@Excel(name = "超过50岁用户数量") |
|
|
|
@Excel(name = "超过50岁党员数量") |
|
|
|
private Integer oldCount; |
|
|
|
|
|
|
|
@Excel(name = "老龄化比例") |
|
|
|
@ -45,6 +33,18 @@ public class PartyAnalysExcel { |
|
|
|
@Excel(name = "年轻化比例") |
|
|
|
private BigDecimal youngPercent; |
|
|
|
|
|
|
|
// @Excel(name = "注册居民数")
|
|
|
|
// private Integer residentCount;
|
|
|
|
|
|
|
|
@Excel(name = "男") |
|
|
|
private Integer maleCount; |
|
|
|
|
|
|
|
@Excel(name = "女") |
|
|
|
private Integer femaleCount; |
|
|
|
|
|
|
|
@Excel(name = "未知性别") |
|
|
|
private Integer unknownSexCount; |
|
|
|
|
|
|
|
@Excel(name = "党员认证失败数") |
|
|
|
private Integer partyAuthFailureCount; |
|
|
|
|
|
|
|
|