feat: 增加应用回滚功能

This commit is contained in:
zhengkunwang223
2022-10-13 16:46:38 +08:00
committed by zhengkunwang223
parent 9f55523972
commit d7fc670136
17 changed files with 178 additions and 21 deletions

View File

@@ -78,6 +78,7 @@ export namespace App {
export interface AppInstalledOp {
installId: number;
operate: string;
backupId?: number;
}
export interface AppService {