接口列表

master
chaiyapeng 2024-08-27 10:38:09 +08:00
parent b2ea4ddfff
commit 363ef322ed
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class ConnectorController {
public Result getDeleteConnector(@RequestParam(name = "connectorId") Long connectorId){
return connectorService.getDeleteConnector(connectorId);
}
/**
*
*/