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

14 lines
224 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 LQ7500_D: Tcp
{
}
}