Commit e3a0df76 authored by renjie's avatar renjie

绑定记录

parent 619e202d
......@@ -37,4 +37,14 @@ public class BindHistory {
public void setUnbindTime(String unbindTime) {
this.unbindTime = unbindTime;
}
@Override
public String toString() {
return "BindHistory{" +
"shopName='" + shopName + '\'' +
", ip='" + ip + '\'' +
", platform='" + platform + '\'' +
", unbindTime='" + unbindTime + '\'' +
'}';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment