diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 2990696aa..56c35f245 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -21,6 +21,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO public string BodyPart { get; set; } = String.Empty; public string ModifyReason { get; set; } + + public string BodyPartForEditOther { get; set; } }