修复测试进度异常问题;修复Main以外固定模块调用Call命令异常问题

This commit is contained in:
2024-05-07 20:22:54 +08:00
parent ad2387c94c
commit 364e51cb9e
3 changed files with 22 additions and 4 deletions

View File

@@ -162,6 +162,11 @@ Namespace UTSModule.Station
''' 测试流程固定模块
''' </summary>
Enum FixedModuleEnum
''' <summary>
''' 空模块,无测试时默认值
''' </summary>
None
''' <summary>
''' 主模块,测试起始模块
''' </summary>