Commit 2c240811 by qiuchaofei

修改接口注释3

parent 02ed51cc
...@@ -54,7 +54,7 @@ public class RelationalGraphController { ...@@ -54,7 +54,7 @@ public class RelationalGraphController {
return stringListMap; return stringListMap;
} }
//单个schema的数据,包括表,视图,函数,过程等,列表形势 //单个schema的数据,包括表,视图,函数,过程等,列表形势
@ApiOperation(tags = "", value = "按照系统获取schema,要分层") @ApiOperation(tags = "", value = "传入schemaid,返回表,视图,函数,存储过程")
@RequestMapping(path = "/getTableBySchemaId", method = RequestMethod.GET) @RequestMapping(path = "/getTableBySchemaId", method = RequestMethod.GET)
public Map<String, List<ReturnNode>> getTableBySchemaId(String schemaId){ public Map<String, List<ReturnNode>> getTableBySchemaId(String schemaId){
//传入一个系统名称/id,返回系统下的所有schema,注意分层 //传入一个系统名称/id,返回系统下的所有schema,注意分层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment