-17
@@ -15,33 +15,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public Dictionary Dictionary { get; set; }
|
||||
#endregion
|
||||
public Guid CriterionId { get; set; }
|
||||
|
||||
|
||||
public Guid DictionaryId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public bool IsSystemCriterion { get; set; } = false;
|
||||
|
||||
public string ParentCode { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public bool IsBaseLineUse { get; set; } = false;
|
||||
|
||||
|
||||
public bool IsFollowVisitUse { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// ±ê×¼×Öµä·Ö×é
|
||||
/// </summary>
|
||||
public CrterionDictionaryGroup CrterionDictionaryGroup { get; set; } = CrterionDictionaryGroup.General;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user