修改
This commit is contained in:
@@ -147,8 +147,15 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsBaseLine { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 标准Id
|
||||
/// </summary>
|
||||
public Guid? TrialReadingCriterionId { get; set; }
|
||||
|
||||
|
||||
//public Guid? TrialReadingCriterionId { get; set; }
|
||||
/// <summary>
|
||||
/// 标准名称
|
||||
/// </summary>
|
||||
public string CriterionName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user