using JiepeiWMS.IRepository.Base; using JiepeiWMS.Model.Models; namespace JiepeiWMS.IRepository { /// /// IWMProductLocationRepository /// public interface IWMProductLocationRepository : IBaseRepository { } }