|
|
@@ -26,6 +26,7 @@ public class DeviceInfoModel extends SuperModel {
|
|
|
@Schema(description = "产品code")
|
|
|
private String productCode;
|
|
|
|
|
|
+ @Schema(description = "产品名称")
|
|
|
private String productName;
|
|
|
|
|
|
public String getProductName() {
|
|
|
@@ -86,6 +87,12 @@ public class DeviceInfoModel extends SuperModel {
|
|
|
return "";
|
|
|
}
|
|
|
|
|
|
+ @Schema(description = "mqtt账号名称")
|
|
|
+ private String mqttUserName;
|
|
|
+
|
|
|
+ @Schema(description = "账号密码")
|
|
|
+ private String mqttPassword;
|
|
|
+
|
|
|
@Schema(description = "ip地址")
|
|
|
private String ip;
|
|
|
|