Browse Source

去除所有校验

dev
zhangyongzhangyong 5 years ago
parent
commit
bb64d3c7f8
  1. 3
      epmet-module/epmet-point/epmet-point-client/src/main/java/com/epmet/dto/form/ResiAroundPartyPointRankFormDTO.java

3
epmet-module/epmet-point/epmet-point-client/src/main/java/com/epmet/dto/form/ResiAroundPartyPointRankFormDTO.java

@ -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;
/** /**

Loading…
Cancel
Save