修改访视计划 增加盲态名称设置,生成任务哪里也进行处理
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 class VisitPlanCommand
|
||||||
{
|
{
|
||||||
//public string BlindName => "B" + (VisitNum * 10).ToString("D3");
|
//public string BlindName => "B" + (VisitNum * 10).ToString("D3");
|
||||||
|
|
Loading…
Reference in New Issue