diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index cc3666dc3..fe2b293e0 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -744,6 +744,8 @@ namespace IRaCIS.Application.Contracts public bool IsEnable { get; set; } + public string CriterionName { get; set; } + /// /// 文件路径 ///