Commit 2d65945b by huangjy

fix:设备其他信息新增字段

parent 77c8c30e
......@@ -42,6 +42,10 @@ public class PlatDeviceSetupDTO extends BaseTenantDTO {
@ApiModelProperty(value = "协议密码")
private String protocolPassword;
@ApiModelProperty(value = "密钥id")
private String secureId;
@ApiModelProperty(value = "密钥Key")
private String secureKey;
@ApiModelProperty(value = "组织id")
private String orgId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment