Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bsxj97/flower-mall
/ getAddtime
Method
getAddtime
src/main/java/com/entity/StoreupEntity.java:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
private
Date addtime;
88
89
public
Date getAddtime() {
90
return
addtime;
91
}
92
public
void
setAddtime(Date addtime) {
93
this.addtime = addtime;
94
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected