yz_08
2021-03-23 352f4d4a3ae3145f2bd43d0802150877349750d6
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";
}