zhangdongming il y a 3 mois
Parent
commit
5af0b07f8c
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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:'