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 | 14 -------------- 1 files changed, 0 insertions(+), 14 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 be46394..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 @@ -17,20 +17,6 @@ /// </summary> 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