wzy
2021-01-23 a672e4e8c05be9c763943a06cfe5220ef217934c
zq-erp/src/main/java/com/matrix/system/app/dto/BasePageDto.java
@@ -13,11 +13,11 @@
public class BasePageDto {
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value = "第几页")
    @ApiModelProperty(value = "第几页", example = "1")
    private Integer pageNum;
    @NotNull(message = "参数不能为空")
    @ApiModelProperty(value ="数量")
    @ApiModelProperty(value ="数量", example = "10")
    private Integer pageSize;
    public Integer getPageNum() {