This commit is contained in:
he
2023-01-11 14:52:52 +08:00
parent 6a7a5cc2dd
commit f1a70bb6ad
9 changed files with 195 additions and 5 deletions
@@ -56,6 +56,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 是否启用
/// </summary>
public bool IsEnable { get; set; } = true;
[JsonIgnore]
[ForeignKey("DoctorId")]
public Doctor Doctor { get; set; }