From dc93db6fef81b17e572f293321a980a6c50e67f9 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 24 七月 2024 08:59:13 +0800
Subject: [PATCH] 增加删除拓展方法

---
 Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs b/Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs
index 0c22170..97476aa 100644
--- a/Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs
+++ b/Service/HStation.Service.Assets.Core/02-dal/01-interface/IPumpPartMain.cs
@@ -10,5 +10,7 @@
         long InsertsEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents, Entity.PumpMainAndPartMap partmap);
 
         bool UpdateEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents);
+
+        bool DeleteEx(Entity.PumpPartMain part, List<Entity.PumpPropContent> pumpPropContents);
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3