From c7621b10414bcba9031acb29f0de3af9a1a7a751 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 12 三月 2025 08:44:30 +0800 Subject: [PATCH] 监测分析bug修复 --- 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