|
|
@ -13,7 +13,7 @@ import lombok.Data; |
|
|
|
public class CopyForMeRequest { |
|
|
|
public class CopyForMeRequest { |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "当前页码,默认为第一页") |
|
|
|
@ApiModelProperty(value = "当前页码,默认为第一页") |
|
|
|
private Integer page = 0; |
|
|
|
private Integer page = 1; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "每页记录数,默认显示10条") |
|
|
|
@ApiModelProperty(value = "每页记录数,默认显示10条") |
|
|
|
private Integer size = 10; |
|
|
|
private Integer size = 10; |
|
|
|