Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EthanWang-cn/JavaWeb_Mall
/ toString
Method
toString
src/main/java/smbms/pojo/Good_List.java:31–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
@Override
32
public
String toString() {
33
return
"Good_List{"
+
34
"Lid="
+ Lid +
35
", Lname='"
+ Lname +
'\'
' +
36
'}'
;
37
}
38
39
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected