This commit is contained in:
he
2024-06-12 13:45:17 +08:00
parent eb0f13c075
commit c21845c60d
3 changed files with 49 additions and 13 deletions
@@ -373,8 +373,10 @@ namespace IRaCIS.Core.Application.ViewModel
public class GetOrderReadingIQueryableInDto
{
public Guid TrialId { get; set; }
public Guid TrialReadingCriterionId { get; set; }
public Guid? SubjectId { get; set; }
public Guid TrialReadingCriterionId { get; set; }
public string? SubjectCode { get; set; } = null;