Browse Source

redis枚举

zhangdongming 2 tháng trước cách đây
mục cha
commit
5af0b07f8c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      Object/enums/RedisKeyConstant.py

+ 6 - 0
Object/enums/RedisKeyConstant.py

@@ -0,0 +1,6 @@
+from enum import Enum
+
+
+class RedisKeyConstant(Enum):
+    # 设备版本信息
+    PUSH_STORAGE_CONFIG_UID = 'push:store:config:uid:'