feat: 完成数据库端口修改功能
This commit is contained in:
@@ -62,6 +62,12 @@ export namespace App {
|
||||
params: any;
|
||||
}
|
||||
|
||||
export interface ChangePort {
|
||||
key: string;
|
||||
name: string;
|
||||
port: number;
|
||||
}
|
||||
|
||||
export interface AppInstalled extends CommonModel {
|
||||
name: string;
|
||||
appId: string;
|
||||
|
||||
Reference in New Issue
Block a user