From 9ec895d7754fdfd4918fab69cc220c0d814c41f7 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Tue, 23 Mar 2021 17:36:23 +0800 Subject: [PATCH] 删除,修改用户更新redis --- screen-common/src/main/java/com/moral/constant/Constants.java | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 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 d824510..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,26 +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 = "���������������"; - - /** - * ������������code - */ - public static final int CODE_OPERATION_SUCCESS = 0; - /** - * ������������code - */ - public static final int CODE_OPERATION_FAILED = -1; - - - + public static Integer WEB_CHANNEL = 1; } -- Gitblit v1.8.0