修改一版
This commit is contained in:
@@ -365,6 +365,9 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
public decimal? VisitNum { get; set; }
|
||||
|
||||
public string OptTypeName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 父标识
|
||||
/// </summary>
|
||||
|
||||
@@ -140,7 +140,8 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
ParentIdentification = leftparent.Identification,
|
||||
OptType = leftOptType.Id,
|
||||
VisitNum=leftsubjectVisit.VisitNum,
|
||||
IsFrontAdd=data.IsFrontAdd
|
||||
IsFrontAdd=data.IsFrontAdd,
|
||||
OptTypeName = leftOptType.Value,
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user