This commit is contained in:
he
2023-01-12 10:20:32 +08:00
parent fda332f424
commit e56df5384e
3 changed files with 11 additions and 0 deletions
@@ -32,5 +32,9 @@ namespace IRaCIS.Core.Domain.Models
public DateTime UpdateTime { get; set; }
public int VisitReadingCount { get; set; }
public DateTime? StartTime { get; set; }
public DateTime? EndTime { get; set; }
}
}