返回提交状态

This commit is contained in:
2022-05-13 18:38:21 +08:00
parent 6741f11b27
commit ce45afa537
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace IRaCIS.Core.Domain.Models
public Guid SiteId { get; set; }
public VisitStage VisitStage { get; set; }
public VisitStage VisitStage { get; set; }iuga
public Guid? VisitStageId { get; set; }
public int VisitDay { get; set; }
public string VisitName { get; set; } = string.Empty;