修改查询接口

This commit is contained in:
2022-06-29 15:54:18 +08:00
parent b2d06f2175
commit 5681f06b1f
9 changed files with 185 additions and 39 deletions
@@ -53,7 +53,15 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class GenerateMedicalReviewTaskCommand
{
public Guid TrialId { get; set; }
}
public class AssignMedicalReviewTaskCommand
{
public Guid Id { get; set; }