Commit 4cc36e97 authored by 刘基明's avatar 刘基明

接口调整

parent de0c3756
package com.tanpu.community.api.beans.req.page; package com.tanpu.community.api.beans.req.page;
import io.swagger.annotations.ApiModel;
import lombok.Data; import lombok.Data;
@Data @Data
@ApiModel(value = "分页")
public class Pageable { public class Pageable {
public static final Integer DEFAULT_PAGE_SIZE = 10; public static final Integer DEFAULT_PAGE_SIZE = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment