kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
src/main/java/com/highdatas/mdm/pojo/Page.java
@@ -4,12 +4,30 @@
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Page  {
    /*
     * 每页条数
     * */
    private int pageSize;
    /*
    * 记录数
    * */
    private long recordCount;
    /*
     *当前页数
     * */
    private int pageNo;
    /*
     *总页数
     * */
    private int pages;
    /*
     *开始记录数
     * */
    private transient Integer beginNo;
    /*
     *结束记录数
     * */
    private transient Integer endNo;
    public int getBeginNo() {