This commit is contained in:
he
2022-12-28 15:13:42 +08:00
parent 867a0728ea
commit ccd53bfdf8
@@ -56,15 +56,6 @@ namespace IRaCIS.Application.Contracts
}
public class VisitBlindNameCommand
{
[NotDefault]
public Guid TrialId { get; set; }
public string BlindBaseLineName { get; set; }
public string BlindFollowUpPrefix { get; set; }
}
public class VisitPlanCommand
{