mac
2024-05-22 50101e1b1c152c5346a6f4e63a7c6db98809e4d9
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 @@
    }
}
}