using DS.Module.Core; using DS.WMS.Core.Sys.Dtos; namespace DS.WMS.Core.Sys.Interface { public interface ICodeInvoiceService { /// /// 获取下拉数据 /// /// 模糊搜索字符 /// Task>> GetSelectListAsync(string text); } }