Sfoglia il codice sorgente

添加消息全局UID

zhouhao 3 anni fa
parent
commit
fc696856d6

+ 1 - 0
jetlinks-components/common-component/src/main/java/org/jetlinks/community/PropertyConstants.java

@@ -16,6 +16,7 @@ public interface PropertyConstants {
     Key<String> deviceName = Key.of("deviceName");
 
     Key<String> productId = Key.of("productId");
+    Key<String> uid = Key.of("_uid");
 
 
     @SuppressWarnings("all")