xuxiuxi
2017-07-19 51c810c314e17aebb5935df7165ccf499dc09c31
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.com.basic.face.discern.common;
public class BaseEntity {
 
    public int getPageNum() {
        return 1;
    }
 
    public int getPageSize() {
        return 10;
    }
 
    
}