using Tiger.Model.Entitys.WMS.DTOS; namespace Tiger.IBusiness { /// /// T100对接WMS接口 /// public interface IProductOutputBusiness { /// /// 存储T100推送过来的数据 /// /// int GetProductOutputInfo(ProductOutputDTO input); } }