lixiaojun
2024-12-04 df6cdffc65beff763cff9745f5ee46e26c13ccc5
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);
    }
}