This commit is contained in:
he
2023-03-24 09:49:38 +08:00
parent 0017b9c98e
commit 040f721394
4 changed files with 60 additions and 3 deletions
@@ -205,6 +205,10 @@ namespace IRaCIS.Core.Application.ViewModel
public List<ReadingCategory> ReadingCategoryList { get; set; }
}
public class ConvertedRowInfo : ReadingTableAnswerRowInfo
{
public Guid OriginalId { get; set; }
}
public class GenerateTaskCommand
{
public Guid TrialId { get; set; }