修改一版

This commit is contained in:
he
2022-06-08 16:01:11 +08:00
parent d53e43a82b
commit a058f7e47f
6 changed files with 97 additions and 11 deletions
@@ -122,8 +122,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class AddTrialClinicalDataSetInDto
{
public List<Guid> Ids { get; set; } = new List<Guid>();
public Guid TrialId { get; set; }
}
}