Files
IOT/DeviceCommand/Devices/THC1100.cs
2026-06-09 16:16:33 +08:00

15 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.Devices
{
public class THC1100:S7Device
{
}
}