wxr
2023-02-21 409c13d0886117d5ee4ff42186d90b19a692b804
AndroidOpenDemo/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/data/BindDeviceData.java
@@ -35,6 +35,7 @@
        public String code;
        public String token;
        public String deviceId;
        public String productBrandldentity;
        @Override
        public String toString() {
@@ -42,6 +43,7 @@
                    "code='" + code + '\'' +
                    ", token='" + token + '\'' +
                    ", deviceId='" + deviceId + '\'' +
                    ", productBrandldentity='" + productBrandldentity + '\'' +
                    '}';
        }
    }