namespace Admin.Core.RunPlc
{
public interface IRunPlcService
Task StartPlcAsync();
Task StartAlarmAsync();
}