MCPcopy Create free account
hub / github.com/EthanWang-cn/JavaWeb_Mall / toString

Method toString

src/main/java/smbms/pojo/User.java:44–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public String toString() {
46 return "User{" +
47 "uid=" + uid +
48 ", username='" + username + '\'' +
49 ", pwd='" + pwd + '\'' +
50 ", uname='" + uname + '\'' +
51 '}';
52 }
53}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected