‘liusuyi’
2023-09-19 d3fa75d27b2169cc0fffe6b8f0079e49dfa8c85f
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() {