using System; using System.Collections.Generic; using System.Text; namespace wms.dto.request.fj { public class AllocationWarehouseSortRequest { public int TaskCount { get; set; } } }