修改列表

This commit is contained in:
2022-07-28 17:23:12 +08:00
parent 68c675effc
commit a8872841e1
2 changed files with 10 additions and 2 deletions
@@ -203,6 +203,14 @@ namespace IRaCIS.Core.Application.ViewModel
public UserSimpleInfo DoctorUser { get; set; }
public ReReadingOrBackOptType OptType { get; set; }
/// <summary>
/// 是否是一致性分析产生
/// </summary>
public bool IsAnalysisCreate { get; set; }
public bool? IsSelfAnalysis { get; set; }
}