using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareDataCore.DEV.EnumType { /// /// 发送给堆垛机的命令 /// public enum ESrmCommand { 无, 搬运, 满货位入库, 移动, 仅取货, 取消任务 } }