Files
6098-5/Cowain.Preheat.Common/Interface/IDeviceDebug.cs
T
2026-05-28 22:11:13 +08:00

14 lines
320 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cowain.Preheat.Common.Interface
{
public interface IDeviceDebug
{
object ExecDebug(string trigJson, string json); //Variable node string trigInfo, string replyJosn
}
}