namespace VirtualSrm.Srm.EnumType { /// /// 发送给堆垛机的命令 /// public enum ESrmCommand { 无, 搬运, 满货位入库, 移动, 召回到原点位置, 取消任务 } }