feat: mysql 列表读写切换
This commit is contained in:
@@ -5,6 +5,10 @@ export namespace Database {
|
||||
mysqlName: string;
|
||||
dbName: string;
|
||||
}
|
||||
export interface DescriptionUpdate {
|
||||
id: number;
|
||||
description: string;
|
||||
}
|
||||
export interface Backup {
|
||||
mysqlName: string;
|
||||
dbName: string;
|
||||
|
Reference in New Issue
Block a user