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

Method getUid

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

Source from the content-addressed store, hash-verified

10 }
11
12 public int getUid() {
13 return uid;
14 }
15
16 public void setUid(int uid) {
17 this.uid = uid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected