namespace Tnb.WarehouseMgr.Interfaces { /// /// 齐套分拣业务接口 /// public interface IWmsSetSortingService { Task PackSortingByAdd(CancellationToken? cts = default); } }