From 30d1c646b63604b59ce9d665054bd748e56e171c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 14 八月 2024 18:27:20 +0800 Subject: [PATCH] 新增水力模拟界面 --- Service/HStation.Service.Assets.Core/04-dal/01-interface/IPumpGroup.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/04-dal/01-interface/IPumpGroup.cs b/Service/HStation.Service.Assets.Core/04-dal/01-interface/IPumpGroup.cs new file mode 100644 index 0000000..788732e --- /dev/null +++ b/Service/HStation.Service.Assets.Core/04-dal/01-interface/IPumpGroup.cs @@ -0,0 +1,17 @@ +锘縰sing Yw.DAL; + +namespace HStation.DAL +{ + /// <summary> + /// + /// </summary> + public interface IPumpGroup : IBaseDAL<Entity.PumpGroup>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter + { + /// <summary> + /// 鍒犻櫎鎷撳睍 + /// </summary> + /// <param name="ID"></param> + /// <returns></returns> + bool DeleteEx(long ID); + } +} \ No newline at end of file -- Gitblit v1.9.3