This commit is contained in:
he
2023-03-21 15:42:46 +08:00
parent 0b42547455
commit b29ea57acd
8 changed files with 92 additions and 2 deletions
@@ -54,6 +54,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsFollowVisitUse { get; set; } = false;
/// <summary>
/// ±ê×¼×Öµä·Ö×é
/// </summary>
public CrterionDictionaryGroup CrterionDictionaryGroup { get; set; } = CrterionDictionaryGroup.General;
[JsonIgnore]
[ForeignKey("DictionaryId")]
public Dictionary Dictionary { get; set; }