公告板
版本库
filestore
活动
搜索
登录
main
/
ycl-airport-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更改环境
qirong
2023-04-07
a499e5a737991461554805af6b72fba65a680776
[ycl-airport-server.git]
/
ycl-common
/
src
/
main
/
java
/
com
/
ycl
/
constant
/
SysConst.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.constant;
public class SysConst {
/**页面下拉框传 0表示 查询条件为全部*/
public static final Integer COMBOBOX_ALL = 0;
/**
* 推荐hashMap的初始长度
*/
public static final Integer REF_MAP_LENGTH = 20;
}