From 4043a2fe2103c7960b74acbccdcc876d11f83f0f Mon Sep 17 00:00:00 2001
From: chenzx <m15572880737@163.com>
Date: 星期三, 11 十二月 2024 18:40:16 +0800
Subject: [PATCH] czx20241211接口更新

---
 GasolineBlend.BLL/TreeDiagramRecordBLL.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/GasolineBlend.BLL/TreeDiagramRecordBLL.cs b/GasolineBlend.BLL/TreeDiagramRecordBLL.cs
index 11504f4..55b00ff 100644
--- a/GasolineBlend.BLL/TreeDiagramRecordBLL.cs
+++ b/GasolineBlend.BLL/TreeDiagramRecordBLL.cs
@@ -27,5 +27,9 @@
             return _acc.AddTreeDiagramRecord(treeDiagramRecord);
         }
 
+        public bool UpdateTreeDiagramRecord(TreeDiagramRecord treeDiagramRecord)
+        {
+            return _acc.UpdateTreeDiagramRecord(treeDiagramRecord);
+        }
     }
 }

--
Gitblit v1.8.0