hxb
2024-10-24 ce88de4891b87c3b7b2750575e15d6e48d518852
HDLLinkPMSdk/src/main/java/com/hdl/linkpm/sdk/device/bean/ProductInfo.java
@@ -37,4 +37,13 @@
    public void setProductModel(@NonNull String productModel) {
        this.productModel = productModel;
    }
    public ProductInfo() {
    }
    public ProductInfo(String productName, String productModel, String imageUrl) {
        this.productName = productName;
        this.productModel = productModel;
        this.imageUrl = imageUrl;
    }
}