using WCS.Core; using WCS.Entity.Protocol.SRM; namespace WCS.WorkEngineering.Extensions { /// /// 堆垛机扩展 /// public class SRM : Device { public SRM(Device device, World world) : base(device, world) { } } }