首页>代码>spring boot+apache shiro+mybatis+bootstrap+jquery开发文件上传下载后台管理系统,支持视频在线播放>/RuoYi-fast/src/main/java/com/ruoyi/common/constant/Constants.java
package com.ruoyi.common.constant;
/**
* 通用常量信息
*
* @author ruoyi
*/
public class Constants
{
/**
* UTF-8 字符集
*/
public static final String UTF8 = "UTF-8";
/**
* 通用成功标识
*/
public static final String SUCCESS = "0";
/**
* 通用失败标识
*/
public static final String FAIL = "1";
/**
* 登录成功
*/
public static final String LOGIN_SUCCESS = "Success";
/**
* 注销
*/
public static final String LOGOUT = "Logout";
/**
* 登录失败
*/
public static final String LOGIN_FAIL = "Error";
/**
* 自动去除表前缀
*/
public static String AUTO_REOMVE_PRE = "true";
/**
* 当前记录起始索引
*/
public static String PAGE_NUM = "pageNum";
/**
* 每页显示记录数
*/
public static String PAGE_SIZE = "pageSize";
/**
* 排序列
*/
public static String ORDER_BY_COLUMN = "orderByColumn";
/**
* 排序的方向 "desc" 或者 "asc".
*/
public static String IS_ASC = "isAsc";
}
最近下载更多
zheng930 LV1
2024年12月17日
shuangfu LV25
2024年5月7日
YafengLiang LV15
2023年11月28日
fellowfun LV12
2023年8月17日
pandaqiqi LV3
2023年6月27日
lyws1986 LV17
2023年5月25日
张三12348613 LV3
2023年4月26日
hbsoft2008 LV16
2023年2月17日
yuanwu LV1
2022年10月31日
and123456 LV11
2022年7月11日

最近浏览