using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Aitex.Sorter.Common { public enum SorterRecipePlaceModeTransfer1To1 { [Description("From Bottom")] FromBottom, [Description("From Top")] FromTop, [Description("Same Slot")] SameSlot, } }