Alan
2021-02-19 63de9a0489ad9264fcd62dc0ac8791a6ec33874b
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";
}