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

Function GetTableSys

models/SysModel.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func GetTableSys() string {
53 return getTable("sys")
54}
55
56//获取系统配置信息。注意:系统配置信息的记录只有一条,而且id主键为1
57//@return sys 返回的系统信息

Callers 4

DocumentProcessFunction · 0.85
GetByFieldMethod · 0.85
RecoverFromRecycleMethod · 0.85
RemoveToRecycleMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected