修改一版

Test.EIImageViewer
he 2022-05-07 14:57:38 +08:00
parent 227621db6b
commit 4af0291bc2
2 changed files with 7 additions and 4 deletions

View File

@ -371,11 +371,13 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public string OptTypeName { get; set; } = string.Empty;
public Guid? FrontAuditConfigId { get; set; }
/// <summary>
/// 父标识
/// </summary>
public string ParentIdentification { get; set; }
/// 父标识
/// </summary>
public string ParentIdentification { get; set; }
}

View File

@ -139,6 +139,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
ModuleTypeName= leftmoduleTypec.ValueCN,
SignText= lefttrialSign.SignText,
Identification= leftfrontAuditConfig.Identification,
FrontAuditConfigId= leftfrontAuditConfig.Id,
ParentIdentification = leftparent.Identification,
OptType = leftOptType.Id,
VisitNum=leftsubjectVisit.VisitNum,