‘liusuyi’
2024-03-16 6ada73bea0944ea48730e0d2e7cb4d6e6c1f81c1
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() {