From d66f90fd614c15b5cac95511491d90eb83fcb67c Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Fri, 1 Aug 2025 22:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=81=9C=E6=AD=A2=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StopDeviceRuntime/StopDeviceRuntimeCommandHandler.cs | 3 --- src/X1.Domain/Entities/Device/CellularDeviceRuntime.cs | 9 --------- 2 files changed, 12 deletions(-) diff --git a/src/X1.Application/Features/DeviceRuntimes/Commands/StopDeviceRuntime/StopDeviceRuntimeCommandHandler.cs b/src/X1.Application/Features/DeviceRuntimes/Commands/StopDeviceRuntime/StopDeviceRuntimeCommandHandler.cs index c288fbf..a46e69f 100644 --- a/src/X1.Application/Features/DeviceRuntimes/Commands/StopDeviceRuntime/StopDeviceRuntimeCommandHandler.cs +++ b/src/X1.Application/Features/DeviceRuntimes/Commands/StopDeviceRuntime/StopDeviceRuntimeCommandHandler.cs @@ -211,9 +211,6 @@ public class StopDeviceRuntimeCommandHandler : IRequestHandler - /// 停止设备 - /// - public void Stop() - { - RuntimeStatus = DeviceRuntimeStatus.Stopping; - RuntimeCode = null; - } } \ No newline at end of file