using System; using System.Collections.Generic; using System.Text; using Model.ModelDto.BllSoDto; namespace WMS.IBLL.IBllSoServer { public interface ICompleteDetailServer { /// /// 查询拣货明细信息 /// /// 分配ID /// /// /// /// List GetCompleteDetailList(int id, int page, int limit, out int count); } }