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

Method getLname

src/main/java/smbms/pojo/Good_List.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public String getLname() {
24 return Lname;
25 }
26
27 public void setLname(String lname) {
28 Lname = lname;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected