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

14 lines
225 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 SQ0030G1D: Tcp
{
}
}