using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.AGV.Enums { public enum JobType { /// /// 货位到货位搬运 /// SLOT_ROLLER_MOVE, /// /// 点到点搬运 /// POINT_ROLLER_MOVE } }