添加消息全局UID
This commit is contained in:
parent
e18c99afce
commit
fc696856d6
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue