Ver Fonte

redis枚举

zhangdongming há 2 meses atrás
pai
commit
5af0b07f8c
1 ficheiros alterados com 6 adições e 0 exclusões
  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:'