Administrator
2023-08-07 0878c49058d5f11858a03738208b7c37c82a1591
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() {