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

This commit is contained in:
2022-12-15 11:17:06 +08:00
committed by he
parent 530fbbc419
commit b7c03b6cfb
@@ -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 string BlindName => "B" + (VisitNum * 10).ToString("D3");