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

Method getLid

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

Source from the content-addressed store, hash-verified

13 }
14
15 public int getLid() {
16 return Lid;
17 }
18
19 public void setLid(int lid) {
20 Lid = lid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected