yijiusmile
2021-02-18 7c06c91c55fe10edfc3e5527c9852f9714742e95
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.common.core.entity.constant;
 
/**
 * 分页常量
 *
 * @author MrBird
 */
public interface PageConstant {
 
    String ROWS = "rows";
    String TOTAL = "total";
}