using JiepeiWMS.IServices.BASE; using JiepeiWMS.Model.Models; namespace JiepeiWMS.IServices { /// /// IWMProductLocationInfoServices /// public interface IWMProductLocationInfoServices :IBaseServices { } }