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

Method setLname

src/main/java/smbms/pojo/Good_List.java:27–29  ·  view source on GitHub ↗
(String lname)

Source from the content-addressed store, hash-verified

25 }
26
27 public void setLname(String lname) {
28 Lname = lname;
29 }
30
31 @Override
32 public String toString() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected