wxr
2023-03-16 68d9078b49cfa8e83ed553835b05d4042c183969
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 + '\'' +
                    '}';
        }
    }