duheng
2024-12-04 3886a51f03ec14650e5b7127539104ad40e496da
Service/HStation.Service.Xhs.Core/04-dal/01-interface/IXhsProject.cs
@@ -17,10 +17,6 @@
        /// </summary>
        bool UpdateEx(Entity.XhsProject entityProject, List<Entity.XhsProjectSite> entityProjectSiteList);
        /// <summary>
        /// 通过 ID 删除拓展
        /// </summary>
        bool DeleteExByID(long ID);
    }
}