feat: 完成数据库端口修改功能

This commit is contained in:
ssongliu
2022-11-08 14:34:41 +08:00
committed by ssongliu
parent 85419b6dd4
commit 8431f49c47
14 changed files with 152 additions and 11 deletions

View File

@@ -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;