using System; using System.Collections.Generic; using System.Text; namespace WIDESEA.Common { public enum TaskOperationType { Inbound, Outbound, Empty, None, Wave, Picking, Manual, } }