ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java
@@ -60,9 +60,11 @@ private Map<String, Object> params; @TableField(exist = false) @JsonInclude(JsonInclude.Include.NON_DEFAULT ) private Integer pageNum; @TableField(exist = false) @JsonInclude(JsonInclude.Include.NON_DEFAULT ) private Integer pageSize; public Integer getPageNum() {