修改一版
parent
227621db6b
commit
4af0291bc2
|
@ -371,6 +371,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
|||
|
||||
public string OptTypeName { get; set; } = string.Empty;
|
||||
|
||||
public Guid? FrontAuditConfigId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 父标识
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue