This commit is contained in:
2022-07-01 10:42:49 +08:00
parent 4ead6408eb
commit 8a55fe3ad6
4 changed files with 20 additions and 15 deletions
@@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class AssignMedicalReviewTaskCommand
{
public Guid Id { get; set; }
public List<Guid> IdList { get; set; }
public Guid? MedicalManagerUserId { get; set; }