From e5a570db2036a6b155c2ddc289b42bd050b9ad3c Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 24 十一月 2025 13:49:16 +0800
Subject: [PATCH] update 1.4
---
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