using Sln.Wcs.Model.Domain; using Sln.Wcs.Repository.service.@base; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace Sln.Wcs.Repository.service { public interface IBaseStoreInfoService:IBaseService { /// /// 获取仓库信息:关联下属库位 /// /// /// /// List GetBasePathInfo(Expression> storeWhere,Expression> locationWhere); } }