修改一版

Uat_Study
he 2022-07-08 11:49:18 +08:00
parent ec5bf392af
commit 0c2708b803
2 changed files with 4 additions and 2 deletions

View File

@ -143,7 +143,10 @@ namespace IRaCIS.Application.Contracts
public class SetEnrollReadingCategoryInDto
{
[NotDefault]
public Guid EnrollId { get; set; }
public Guid EnrollId { get; set; }
public Guid TrialId { get; set; }
public List<ReadingCategory> ReadingCategorys { get; set; }
}

View File

@ -101,7 +101,6 @@ namespace IRaCIS.Application.Services
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[TypeFilter(typeof(TrialResourceFilter))]
[Authorize(Policy = IRaCISPolicy.PM_APM)]
public async Task<IResponseOutput> SetEnrollReadingCategory(SetEnrollReadingCategoryInDto inDto)
{