From df6cdffc65beff763cff9745f5ee46e26c13ccc5 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 04 十二月 2024 20:56:13 +0800 Subject: [PATCH] 项目整理 --- Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs | 18 ++---------------- 1 files changed, 2 insertions(+), 16 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs b/Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs index 05bc141..303f596 100644 --- a/Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs +++ b/Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs @@ -10,27 +10,13 @@ /// <summary> /// 鎻掑叆鎷撳睍 /// </summary> - long InsertEx(Entity.XhsProject project, Entity.XhsProjectSite site); + long InsertEx(Entity.XhsProject entityProject, List<Entity.XhsProjectSite> entityProjectSiteList); /// <summary> /// 缂栬緫鎷撳睍 /// </summary> - bool UpdateEx(Entity.XhsProject project, Entity.XhsProjectSite site); + bool UpdateEx(Entity.XhsProject entityProject, List<Entity.XhsProjectSite> entityProjectSiteList); - /// <summary> - /// 鏇存柊寮�濮嬫椂闂� - /// </summary> - bool UpdateStartTime(long ID, DateTime StartTime); - - /// <summary> - /// 鏇存柊缁撴潫鏃堕棿 - /// </summary> - bool UpdateEndTime(long ID, DateTime EndTime); - - /// <summary> - /// 閫氳繃 ID 鍒犻櫎鎷撳睍 - /// </summary> - bool DeleteExByID(long ID); } } \ No newline at end of file -- Gitblit v1.9.3