Browse Source

删掉不要的常量类

baiyun 1 năm trước cách đây
mục cha
commit
f75b264262

+ 0 - 26
ruoyi-server/ruoyi-server-mqdata/src/main/java/org/dromara/server/mq/constant/kafka/YktOperationEventConstraints.java

@@ -1,26 +0,0 @@
-package org.dromara.server.mq.constant.kafka;
-
-
-public class YktOperationEventConstraints {
-
-    /**
-     * 系统参数功能模块标识
-     */
-    public static final String PARAMETER_SENDER = "YKT_101";
-
-    /**
-     * 系统参数新增
-     */
-    public static final String PARAMETER_ADD = PARAMETER_SENDER + "_ADD";
-
-    /**
-     * 系统参数修改
-     */
-    public static final String PARAMETER_EDIT = PARAMETER_SENDER + "_EDIT";
-
-    /**
-     * 系统参数删除
-     */
-    public static final String PARAMETER_DEL = PARAMETER_SENDER + "_DEL";
-
-}