xuxiuxi
2017-07-23 d585985fbcbc7d9a33c13b0e62152c695c7e6d06
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;
    }
 
    
}