修改
This commit is contained in:
@@ -402,7 +402,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public Guid QuestionId { get; set; }
|
||||
public Guid QuestionId { get; set; } = default(Guid);
|
||||
|
||||
public Guid RowId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user