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

Method getPwd

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

Source from the content-addressed store, hash-verified

26 }
27
28 public String getPwd() {
29 return pwd;
30 }
31
32 public void setPwd(String pwd) {
33 this.pwd = pwd;

Callers 1

doPostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected