wjc
2023-08-21 0a18a8180bc6040c941b07df1be1f7b726b4c155
app/src/main/java/com/hdl/photovoltaic/ui/bean/OidBean.java
@@ -22,7 +22,6 @@
    private String device_mac;//本地的mac
    private List<ImageInfo> image_info;
    public String getDriver_code() {
        return driver_code == null ? "" : driver_code;
    }
@@ -70,7 +69,6 @@
    public void setDevice_mac(String device_mac) {
        this.device_mac = device_mac;
    }
@@ -169,4 +167,4 @@
    }
}
}