THC1100设备添加

This commit is contained in:
“hsc”
2026-06-09 16:16:33 +08:00
parent 048472579c
commit edcbc2ebc4
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
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
{
}
}