公告板
版本库
filestore
活动
搜索
登录
main
/
sunsail-platform-admin
sunsail云平台后端管理项目工程
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 问题修复 1.备注板块打开时提示绑定错误 2.合同板块不能保存问题
luoyb
2024-04-07
4fd6fc409a6527b13932d45f061a12579763e961
[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";
}