添加消息全局UID

This commit is contained in:
zhouhao 2021-12-30 16:22:46 +08:00
parent e18c99afce
commit fc696856d6
1 changed files with 1 additions and 0 deletions

View File

@ -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")