添加推客和设备相关的基础业务接口和实现

This commit is contained in:
longbinbin
2024-12-02 16:33:01 +08:00
parent 81d491cfe7
commit 4538cf9f7b
13 changed files with 313 additions and 9 deletions

View File

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