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

Method getUname

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

Source from the content-addressed store, hash-verified

34 }
35
36 public String getUname() {
37 return uname;
38 }
39
40 public void setUname(String uname) {
41 this.uname = uname;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected