Uat_Study
hang 2023-08-25 18:50:05 +08:00
parent f24f60cdef
commit 749c123229
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ namespace IRaCIS.Core.Application.ViewModel
{ {
public Guid Id { get; set; } public Guid Id { get; set; }
public DateTime CreateTime { get; set; } public DateTime CreateTime { get; set; }
public Guid Content { get; set; } public string Content { get; set; }
} }