using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WMS.Client.Common { public class CurrentPickSorting { public string SortingNo { get; set; } public string Bit { get; set; } } }