修改一版
parent
227621db6b
commit
4af0291bc2
|
@ -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; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue