公告板
版本库
filestore
活动
搜索
登录
main
/
sunsail-platform-admin
sunsail云平台后端管理项目工程
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交
孔祥富
2021-03-01
458cb4e562d6d9dbf6ff14fa86a11f06762982c7
[sunsail-platform-admin.git]
/
febs-common
/
febs-common-core
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
common
/
core
/
entity
/
constant
/
PageConstant.java
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";
}