shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/vo/MorePageVo.java
old mode 100644 new mode 100755
@@ -18,6 +18,9 @@
    // 行数
    private int rows;
    //页数
    private int records;
    // 总记录数
    private int total;
@@ -45,4 +48,12 @@
    public void setTotal(int total) {
        this.total = total;
    }
    public int getRecords() {
        return records;
    }
    public void setRecords(int records) {
        this.records = records;
    }
}