lixiaojun
2024-10-17 4cb1f00f84d160f97afd0fb86cf600e1be667dd5
Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs
@@ -18,16 +18,6 @@
        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);