This commit is contained in:
caozehui
2025-03-20 19:42:46 +08:00
parent ffb44ea909
commit 403ddbfb6e
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ export namespace Device {
planId?: string; // 计划id
devId?: string; // 装置id
scriptId?: string; // 脚本id
planCode?: string;
}
/**