From 749c123229702bff18b88d0be5c63a3247fb08c7 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 25 Aug 2023 18:50:05 +0800 Subject: [PATCH] x --- .../Service/Allocation/DTO/VisitTaskViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }