测试报告导出修改
This commit is contained in:
@@ -12,6 +12,9 @@ namespace Model.Models
|
||||
|
||||
public bool IsUsed { get; set; } = true;
|
||||
|
||||
/// <summary>是否测试项(仅子程序步骤可标记,运行时记录其范围内所有 OKExpression 判断)</summary>
|
||||
public bool IsTestItem { get; set; } = false;
|
||||
|
||||
public int Index { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user