From baf1f14a693172fe19bbea7fe4ce1daf57bb07d1 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 27 三月 2026 14:39:24 +0800
Subject: [PATCH] feat(RouterService): 新增 DeleteRouters 批量删除路由方法

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs
index ed24872..e89344c 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_IRecordService/ILocationStatusChangeRecordService.cs
@@ -1,18 +1,17 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using WIDESEA_Common.LocationEnum;
-using WIDESEA_Core;
-using WIDESEA_Core.BaseRepository;
+锘縰sing WIDESEA_Core.BaseRepository;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_Model.Models;
 
 namespace WIDESEA_IRecordService
 {
+    /// <summary>
+    /// 璐т綅鐘舵�佸彉鏇磋褰曟湇鍔℃帴鍙�
+    /// </summary>
     public interface ILocationStatusChangeRecordService : IService<Dt_LocationStatusChangeRecord>
     {
+        /// <summary>
+        /// 鑾峰彇璐т綅鐘舵�佸彉鏇磋褰曚粨鍌ㄦ帴鍙�
+        /// </summary>
         IRepository<Dt_LocationStatusChangeRecord> Repository { get; }
     }
 }

--
Gitblit v1.9.3