‘liusuyi’
2023-08-24 a6c3b8e6eb7a0d48649cfa93487532e62c353d37
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() {