mac
2023-09-23 116def783f85af5896fc4500bc8a690d8b1eb5f3
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 @@
    }
}
}