You've already forked FrameTour-BE
添加推客和设备相关的基础业务接口和实现
This commit is contained in:
@ -12,7 +12,7 @@ import lombok.Data;
|
||||
public class BaseQueryParameterReq {
|
||||
|
||||
@ApiModelProperty(value = "当前页数")
|
||||
private Integer page = 1;
|
||||
private Integer pageNum = 1;
|
||||
|
||||
@ApiModelProperty(value = "每页条数")
|
||||
private Integer pageSize = 10;
|
||||
|
Reference in New Issue
Block a user