修改一版

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

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

View File

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