mac
2024-01-02 d1ebb94e1a17b7c25d4fcf73d85345d92cc86b5c
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 @@
    }
}
}