From bb3a3ddcad088ecaff2ba2100f053634fa43dfc4 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期二, 28 十月 2025 17:26:39 +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