修改访视计划 增加盲态名称设置,生成任务哪里也进行处理

Uat_Study
{872297557@qq.com} 2022-12-15 11:17:06 +08:00 committed by he
parent 530fbbc419
commit b7c03b6cfb
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@ 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 public class VisitPlanCommand
{ {
//public string BlindName => "B" + (VisitNum * 10).ToString("D3"); //public string BlindName => "B" + (VisitNum * 10).ToString("D3");