Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
SwallowGG
2023-11-13 18:10:24 +08:00
12 changed files with 78 additions and 51 deletions

View File

@ -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内容
*/