MCPcopy Index your code
hub / github.com/TruthHun/DocHub / GetTableDocumentRecycle

Function GetTableDocumentRecycle

models/RecycleModel.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func GetTableDocumentRecycle() string {
26 return getTable("document_recycle")
27}
28
29//将文档从回收站中恢复过来,文档的状态必须是-1才可以
30//@param ids 文档id

Callers 3

RecoverFromRecycleMethod · 0.85
RecycleListMethod · 0.85
DelRowsMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected