Helius
2021-01-21 074c9a2e87fcbed6a7a38c83ba1be3de61b159ab
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() {