hxb
2024-02-23 a6c0ac0f20d1d91fbe1fe591a6a9ca46f82399f5
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;
    }
}