BOB/DeviceCommand/Device/EAEL9080.cs
2025-11-13 17:03:20 +08:00

14 lines
229 B
C#

using DeviceCommand.Base;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeviceCommand.Device
{
public class EAEL9080:ModbusTcp
{
}
}