MCPcopy Create free account
hub / github.com/bsxj97/flower-mall / setPassword

Method setPassword

src/main/java/com/entity/UserEntity.java:49–51  ·  view source on GitHub ↗
(String password)

Source from the content-addressed store, hash-verified

47 }
48
49 public void setPassword(String password) {
50 this.password = password;
51 }
52
53 public String getRole() {
54 return role;

Callers 1

resetPassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected