diff --git a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs index 05824312..34ac7842 100644 --- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs +++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs @@ -370,12 +370,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO public decimal? VisitNum { get; set; } public string OptTypeName { get; set; } = string.Empty; - + + public Guid? FrontAuditConfigId { get; set; } + /// - /// 父标识 - /// - public string ParentIdentification { get; set; } + /// 父标识 + /// + public string ParentIdentification { get; set; } } diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 19a03b97..2e748d34 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -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,