Improve startup speed

This commit is contained in:
SwallowGG
2023-12-13 20:40:51 +08:00
parent 7399c7f567
commit cf84d91382
8 changed files with 33 additions and 0 deletions

View File

@ -41,6 +41,10 @@ public class ChartCreateRequest {
*/
private String databaseName;
/**
* schema名称
*/
private String schemaName;
/**
* ddl内容
*/

View File

@ -42,6 +42,11 @@ public class ChartUpdateRequest {
*/
private String databaseName;
/**
* schema名称
*/
private String schemaName;
/**
* ddl内容
*/

View File

@ -62,6 +62,12 @@ public class ChartVO {
*/
private String databaseName;
/**
* schema名称
*/
private String schemaName;
/**
* ddl内容
*/