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