package com.javacrazyer.common; import java.util.LinkedHashMap; import java.util.Map; /** * 系统常量类 * * @author tjitcast.com */ public class Constant { /** 状态:可用 */ public static final int STATUS_ACTIVE = 1; /** 状态:不可用 */ public static final int STATUS_INACTIVE = 0; /** 课程类型:全日制 */ public static final int COURSE_FULL_TIME = 1; /** 课程类型:业务 */ public static final int COURSE_SPARE_TIME = 2; /** 课程类型:免费 */ public static final int COURSE_FREE_TIME = 3; /** 账号类型:超级管理员 */ public static final int ACCOUNT_SUPER = 100; /** 账号类型:普通管理员 */ public static final int ACCOUNT_COMMON = 50; /** 账号状态:激活 */ public static final int ACCOUNT_STATUS_ACTIVE = 1; /** 账号状态:未激活 */ public static final int ACCOUNT_STATUS_INACTIVE = 0; /** 账号状态:锁定 */ public static final int ACCOUNT_STATUS_LOCK = -1; /** 每页要显示的记录数:10 */ public static final int PAGE_SIZE =10; private static Map<Integer, String> statusMap = new LinkedHashMap<Integer, String>(); static { // 对状态Map进行初始化 statusMap.put(Integer.valueOf(STATUS_ACTIVE), "可用"); statusMap.put(Integer.valueOf(STATUS_INACTIVE), "不可用"); } public static Map<Integer, String> getStatusMap() { return statusMap; } }
最近下载更多
hanl LV12
2023年5月23日
明123456 LV11
2021年5月27日
wallioms65 LV5
2020年9月8日
HomeInGuanglunshan LV10
2020年8月12日
kiki777 LV1
2020年5月27日
不打不相识 LV12
2020年5月26日
13940562934 LV22
2020年5月16日
aisc1314 LV14
2020年3月25日
hehe264 LV20
2020年2月6日
拖拉机猿人 LV1
2019年12月5日
最近浏览更多
try8023 LV19
3月27日
Liang朝伟 LV1
1月6日
lvhongquan LV11
2023年12月30日
asddwh LV13
2023年12月29日
uni-code_0123 LV1
2023年11月11日
Y123yuan LV3
2023年6月30日
hanl LV12
2023年5月23日
微信网友_6206233028890624 LV2
2022年11月10日
小丶无奈 LV10
2022年6月15日
xiaolp LV1
2022年5月29日