From 0b108f56b2d0c35d01ee361dc593119ac52a14e1 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 05 九月 2025 16:39:13 +0800
Subject: [PATCH] update

---
 ErrorAnalysis.Service/Model/ReportModel.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ErrorAnalysis.Service/Model/ReportModel.cs b/ErrorAnalysis.Service/Model/ReportModel.cs
index c19cfb5..2b17157 100644
--- a/ErrorAnalysis.Service/Model/ReportModel.cs
+++ b/ErrorAnalysis.Service/Model/ReportModel.cs
@@ -35,6 +35,8 @@
         public string ReserviorSalinity { get; set; }
         public string VSH { get; set; }
 
+        public string FarYieldCounting { get; set; }
+        public string NearYieldCounting { get; set; }
         public string SoPrecisionRequired { get; set; }
         public string Pass { get; set; }
         public string DepthAveraging { get; set; }

--
Gitblit v1.9.3