From f1c3c5f0b840df7fa5fe08a69186c9f2b52ce243 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Thu, 18 Mar 2021 15:37:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   23 ++---------------------
 1 files changed, 2 insertions(+), 21 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..f30292d 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,7 @@
  * ������������������
  */
 public class Constants {
+    public static String DELETE = "1";
 
-    /**
-     * ������������
-     */
-    public static final String MSG_OPERATION_SUCCESS = "���������������";
-
-    /**
-     * ������������
-     */
-    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 String NOT_DELETE = "0";
 }

--
Gitblit v1.8.0