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

14 lines
230 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 PSB11000: ModbusTcp
{
}
}