|
@@ -82,7 +82,7 @@ public class RegistIMEIRequest implements Serializable {
|
|
|
}
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
- return "RegistData [customerNo=" + customerNo + ", registNo=" + registNo + ", smallZone=" + smallZone
|
|
|
+ return "RegistData [customerNo=" + customerNo + ", meterType=" + meterType+", registNo=" + registNo + ", smallZone=" + smallZone
|
|
|
+ ", addr=" + addr + ", location=" + location + ", imei=" + imei + ", apiKey=" + apiKey + "]";
|
|
|
}
|
|
|
}
|