Skip to content

Commit

Permalink
console update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinji0 committed Nov 13, 2023
1 parent 6a28e4f commit a8e6947
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ public class OperationUpdateRequest {
*/
private String name;

/**
* 数据源连接ID
*/
private Long dataSourceId;

/**
* db名称
*/
private String databaseName;

/**
* 表所在空间
*/
private String schemaName;

/**
* 数据库类型
*/
private String type;

/**
* ddl内容
*/
Expand Down

0 comments on commit a8e6947

Please sign in to comment.