曲线回读+测试报告导出前期工作
This commit is contained in:
@@ -16,6 +16,9 @@ namespace Model.Entity
|
||||
/// <summary>作用域/台架名称</summary>
|
||||
[SugarColumn(ColumnName = "Scope", ColumnDescription = "台架名称")]
|
||||
public string Scope { get; set; } = string.Empty;
|
||||
/// <summary>测试项名称(当前ADP文件路径)</summary>
|
||||
[SugarColumn(ColumnName = "FileName", ColumnDescription = "测试项名称")]
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>步骤序号</summary>
|
||||
[SugarColumn(ColumnName = "StepIndex")]
|
||||
|
||||
Reference in New Issue
Block a user