huanghongfa
2021-08-04 b1577e1ac6356cc2477b19f3e148a15a796f9723
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/user/PageInputUserDTO.java
@@ -27,12 +27,15 @@
    private String areaName;
    @ApiModelProperty(value = "分页-当前页数",example = "1")
    private Long pageNum;
    private Long pageNum = 1L;
    @ApiModelProperty(value = "分页-每页记录数",example = "10")
    private Long pageSize;
    private Long pageSize = 10L;
    @ApiModelProperty("标签")
    private String tags;
    @ApiModelProperty("标签查询字段 ")
    private String tagName;
}