From 959243f348963a0678cc7bbf60dbd42a16847d42 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 30 Mar 2022 15:49:42 +0800 Subject: [PATCH] --- .../Service/Inspection/DTO/InspectionModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs index 5fed7c769..26a986ced 100644 --- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs +++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs @@ -137,6 +137,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO public Guid TrialId { get; set; } public Guid SiteId { get; set; } + + public string Code { get; set; } = string.Empty; } #endregion