feat:添加授权码展示
This commit is contained in:
@@ -41,6 +41,9 @@ public class StoreXinFaDeviceDetail {
|
|||||||
@ApiModelProperty(value = "设备连接状态 false:未连接 true:已连接")
|
@ApiModelProperty(value = "设备连接状态 false:未连接 true:已连接")
|
||||||
private Boolean isConnect;
|
private Boolean isConnect;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "授权码")
|
||||||
|
private String activateSn;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设备总内存
|
* 设备总内存
|
||||||
*/
|
*/
|
||||||
@@ -78,6 +81,10 @@ public class StoreXinFaDeviceDetail {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getName(){
|
||||||
|
return name+"授权码:"+activateSn;
|
||||||
|
}
|
||||||
|
|
||||||
public String getDeviceId() {
|
public String getDeviceId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user