【代码优化】IoT:设备上行时,增加 processId,用于设备与插件的映射

This commit is contained in:
YunaiV
2025-01-30 21:06:47 +08:00
parent 30ae986c1a
commit e650e75271
25 changed files with 277 additions and 190 deletions

View File

@@ -21,9 +21,9 @@ public abstract class IotDeviceUpstreamAbstractReqDTO {
private String requestId;
/**
* 插件标识
* 插件实例的进程编号
*/
private String pluginKey;
private String processId;
/**
* 产品标识