@@ -1,25 +0,0 @@
-package org.dbsyncer.storage.constant;
-
-/**
- * @author AE86
- * @version 1.0.0
- * @date 2019/11/16 20:31
- */
-public class StorageConstant {
- /**
- * 配置:连接器、驱动、运行状态
- public static final String CONFIG = "configStrategy";
- * 日志:连接器、驱动、系统
- public static final String LOG = "logStrategy";
- * 数据:驱动实时同步数据
- public static final String DATA = "dataStrategy";
-}