修改一版
This commit is contained in:
@@ -43,6 +43,17 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// IsBaseLineUse
|
||||
/// </summary>
|
||||
public bool IsBaseLineUse { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// IsBaseUse
|
||||
/// </summary>
|
||||
public bool IsFollowVisitUse { get; set; } = false;
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("DictionaryId")]
|
||||
public Dictionary Dictionary { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user