加字段

This commit is contained in:
2022-07-06 14:52:27 +08:00
parent 03ddc55975
commit e902f29458
3 changed files with 28 additions and 17 deletions
@@ -106,6 +106,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? DoctorUserId { get; set; }
[JsonIgnore]
public Guid? TaskConsistentRuleId { get; set; }
public bool IsHaveGeneratedTask { get; set; }
}