using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WCS.Core;
using WCS.Entity.Protocol.SRM;
namespace WCS.WorkEngineering.Extensions
{
///
/// 堆垛机扩展
///
public class SRM : Device
{
public SRM(Device device) : base(device)
{
}
}
}