diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs index a7416ade2..d013c1460 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -461,7 +461,7 @@ namespace IRaCIS.Core.Application.ViewModel { public Guid Id { get; set; } public DateTime CreateTime { get; set; } - public Guid Content { get; set; } + public string Content { get; set; } }