This commit is contained in:
2025-09-17 12:22:28 +08:00
parent e3cbba0607
commit 68bdabf928
7 changed files with 105 additions and 67 deletions

View File

@@ -19,4 +19,9 @@ export interface IProcess {
* @param startName 窗体启动名
*/
openWindowForm(startName: string): void;
/**
* 关闭窗体
* @param id 窗体id
*/
closeWindowForm(id: string): void;
}