luoyb
2021-03-11 6edba268da4799fa3ebea904dfb21e6bef88ee6d
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";
}