【代码优化】IoT:设备上行时,增加 processId,用于设备与插件的映射
This commit is contained in:
@@ -21,9 +21,9 @@ public abstract class IotDeviceUpstreamAbstractReqDTO {
|
||||
private String requestId;
|
||||
|
||||
/**
|
||||
* 插件标识
|
||||
* 插件实例的进程编号
|
||||
*/
|
||||
private String pluginKey;
|
||||
private String processId;
|
||||
|
||||
/**
|
||||
* 产品标识
|
||||
|
Reference in New Issue
Block a user