hxb
2024-10-24 773b9953ad645b39a9efa8ab6d71dfc9d9e4e22e
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;
    }
}