|
@ -30,19 +30,16 @@ public class ResiAroundPartyPointRankFormDTO implements Serializable { |
|
|
/** |
|
|
/** |
|
|
* 身边党员 grid 社区党员community |
|
|
* 身边党员 grid 社区党员community |
|
|
* */ |
|
|
* */ |
|
|
@NotBlank(message = "查询的部门维度scope不能为空") |
|
|
|
|
|
private String scope; |
|
|
private String scope; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 本月 monthly 总排行 all; |
|
|
* 本月 monthly 总排行 all; |
|
|
* */ |
|
|
* */ |
|
|
@NotBlank(message = "查询的时间维度type不能为空") |
|
|
|
|
|
private String type; |
|
|
private String type; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 当前网格id |
|
|
* 当前网格id |
|
|
* */ |
|
|
* */ |
|
|
@NotBlank(message = "网格id不能为空") |
|
|
|
|
|
private String gridId; |
|
|
private String gridId; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|