mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
Improve startup speed
This commit is contained in:
@ -41,6 +41,10 @@ public class ChartCreateRequest {
|
||||
*/
|
||||
private String databaseName;
|
||||
|
||||
/**
|
||||
* schema名称
|
||||
*/
|
||||
private String schemaName;
|
||||
/**
|
||||
* ddl内容
|
||||
*/
|
||||
|
@ -42,6 +42,11 @@ public class ChartUpdateRequest {
|
||||
*/
|
||||
private String databaseName;
|
||||
|
||||
/**
|
||||
* schema名称
|
||||
*/
|
||||
private String schemaName;
|
||||
|
||||
/**
|
||||
* ddl内容
|
||||
*/
|
||||
|
@ -62,6 +62,12 @@ public class ChartVO {
|
||||
*/
|
||||
private String databaseName;
|
||||
|
||||
|
||||
/**
|
||||
* schema名称
|
||||
*/
|
||||
private String schemaName;
|
||||
|
||||
/**
|
||||
* ddl内容
|
||||
*/
|
||||
|
Reference in New Issue
Block a user