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