设备类优化
This commit is contained in:
17
DeviceCommand/Devices/MCc06U.cs
Normal file
17
DeviceCommand/Devices/MCc06U.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using DeviceCommand.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
/// <summary>
|
||||
/// 水冷机 一拖三
|
||||
/// </summary>
|
||||
public class MCc06U:ModbusTcp
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user