This commit is contained in:
2025-10-20 22:47:22 +08:00
parent 7ad1b7d5e1
commit b980f989d8
17 changed files with 131 additions and 82 deletions

View File

@@ -28,7 +28,7 @@ public interface IDeviceManagementService
/// <summary>
/// 异步删除一个设备。
/// </summary>
Task<bool> DeleteDeviceByIdAsync(int deviceId);
Task<bool> DeleteAsync(Device device);
/// <summary>
/// 异步切换设备的激活状态。