From e5d189bc1ff0d6b9e77dc1834173b5a70ffa07eb Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Fri, 19 Mar 2021 09:16:24 +0800 Subject: [PATCH] 角色菜单配置 --- screen-common/src/main/java/com/moral/constant/Constants.java | 51 ++------------------------------------------------- 1 files changed, 2 insertions(+), 49 deletions(-) diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java index 5c17ba4..c9cb5f2 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -4,55 +4,8 @@ * ������������������ */ public class Constants { + public static String DELETE = "1"; - /** - * ������������ - */ - public static final String MSG_OPERATION_SUCCESS = "���������������"; - - /** - * ������������ - */ - public static final String MSG_OPERATION_FAILED = "���������������"; - - /* - * token������ - * */ - public static final String MSG_TOKEN_ERROR = "token������������������������"; - - /* - * token������������ - * */ - public static final String MSG_TOKEN_CREATE_ERROR = "token���������������������������������"; - - /* - * ��������������������������� - * */ - public static final String MSG_PARAMETER_IS_MISSING = "������������"; - - /** - * ������������code - */ - public static final int CODE_OPERATION_SUCCESS = 0; - /** - * ������������code - */ - public static final int CODE_OPERATION_FAILED = -1; - - /* - * ��������������������������� - * */ - public static final int CODE_PARAMETER_IS_MISSING = -2; - - /** - * token������������ - */ - public static final int CODE_TOKEN_ERROR = -10; - - /* - * token������������ - * */ - public static final int CODE_TOKEN_CREATE_ERROR = -11; - + public static String NOT_DELETE = "0"; } -- Gitblit v1.8.0