From 680467cafe81445bda4cd71d93fb489ca436c5a1 Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Thu, 25 Mar 2021 14:22:08 +0800 Subject: [PATCH] 角色菜单模糊查询 --- screen-common/src/main/java/com/moral/constant/Constants.java | 42 +++--------------------------------------- 1 files changed, 3 insertions(+), 39 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 945ef27..f1b4ccb 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -4,45 +4,9 @@ * ������������������ */ public class Constants { + public static String DELETE = "1"; - /** - * ������������ - */ - public static final String MSG_OPERATION_SUCCESS = "���������������"; + public static String NOT_DELETE = "0"; - /** - * ������������ - */ - 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���������������������������������"; - - /** - * ������������code - */ - public static final int CODE_OPERATION_SUCCESS = 0; - /** - * ������������code - */ - public static final int CODE_OPERATION_FAILED = -1; - - /** - * token������������ - */ - public static final int CODE_TOKEN_ERROR = -10; - - /* - * token������������ - * */ - public static final int CODE_TOKEN_CREATE_ERROR = -11; - - + public static Integer WEB_CHANNEL = 1; } -- Gitblit v1.8.0