yz
2021-02-19 d8da861e315c42930d2dffae66b90f4e489f9d2b
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";
}