Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EhsanTang/ApiManager
/ getRemark
Method
getRemark
api/src/main/java/cn/crap/model/Project.java:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
@Column(name=
"remark"
)
65
public
String getRemark() {
66
return
remark;
67
}
68
public
void
setRemark(String remark) {
69
this.remark = remark;
70
}
Callers
1
v6ToV7
Method · 0.95
Calls
no outgoing calls
Tested by
1
v6ToV7
Method · 0.76