Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EthanWang-cn/JavaWeb_Mall
/ getGid
Method
getGid
src/main/java/smbms/pojo/Goods.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
int
getGid() {
36
return
gid;
37
}
38
39
public
void
setGid(
int
gid) {
40
this.gid = gid;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected