123456789101112131415 |
- using WCS.Core;
- using WCS.Entity.Protocol.SRM;
- namespace WCS.WorkEngineering.Extensions
- {
- /// <summary>
- /// 堆垛机扩展
- /// </summary>
- public class SRM : Device<ISRM520, ISRM521, ISRM537>
- {
- public SRM(Device device, World world) : base(device, world)
- {
- }
- }
- }
|