首页>代码>基于Spring Boot+Apache Shiro+Thymeleaf+MyBatis开发的网站后台权限管理系统>/RuoYi/src/main/java/com/ruoyi/common/constant/CommonConstant.java
package com.ruoyi.common.constant;
/**
* 通用常量信息
*
* @author ruoyi
*/
public class CommonConstant
{
/**
* 通用成功标识
*/
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";
}
最近下载更多
zhangtian1997 LV10
2月5日
shaohuaqingfu LV3
2024年11月6日
625459321 LV1
2024年6月11日
educationAAA LV11
2024年5月25日
2860615178 LV4
2024年5月1日
managment LV3
2024年4月17日
m5433661 LV2
2024年3月28日
formatself1 LV2
2024年1月28日
2917476324 LV2
2023年12月21日
Seaskye LV14
2023年11月4日
最近浏览更多
andy_伟 LV7
9月24日
vincemokea LV9
9月22日
小月月呀 LV19
7月1日
gann2015 LV25
6月6日
Solowen
4月16日
暂无贡献等级
zhangtian1997 LV10
2月5日
15578157792 LV7
2024年11月28日
citybird LV4
2024年11月17日
1481421104 LV3
2024年11月14日
dongandmin LV9
2024年11月13日

