feat: 增加应用更新功能
This commit is contained in:
committed by
zhengkunwang223
parent
d7fc670136
commit
226a81ecf3
@@ -79,6 +79,7 @@ export namespace App {
|
||||
installId: number;
|
||||
operate: string;
|
||||
backupId?: number;
|
||||
detailId?: number;
|
||||
}
|
||||
|
||||
export interface AppService {
|
||||
@@ -100,4 +101,9 @@ export namespace App {
|
||||
appInstallId: string;
|
||||
appDetail: AppDetail;
|
||||
}
|
||||
|
||||
export interface VersionDetail {
|
||||
version: string;
|
||||
detailId: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user