修改一版

This commit is contained in:
he
2022-06-01 14:30:34 +08:00
parent 2ca7a63053
commit e3941c2092
8 changed files with 188 additions and 13 deletions
@@ -99,6 +99,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string SiteCode { get; set; }
public bool IsFinalVisit { get; set; } = false;
public string VisitName { get; set; }
public Guid? SiteId { get; set; }