@@ -0,0 +1,9 @@
+package com.sckw.redis.constant;
+
+/**
+ * @author xucaiqin
+ * @date 2023-09-06 16:52:57
+ */
+public interface RedisLockKey {
+ String TRANSFER = "transfer:";
+}