Uat_Study
he 2023-02-14 10:05:02 +08:00
parent af603b7bc6
commit b6d73ffd92
1 changed files with 10 additions and 0 deletions

View File

@ -258,6 +258,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool? IsAnalysisDiffToOriginalData { get; set; }
/// <summary>
/// 组件一致性和原Arm1是否有差异
/// </summary>
public bool? IsGroupDiffArm1 { get; set; }
/// <summary>
/// 组件一致性和原Arm2是否有差异
/// </summary>
public bool? IsGroupDiffArm2 { get; set; }
/// <summary>
/// 是否是一致性分析产生
/// </summary>