using Tiger.Model.Entitys.WMS.DTOS; namespace Tiger.IBusiness { /// /// T100对接WMS接口 /// public interface IStockInfoBusiness { /// /// 存储T100推送过来的数据 /// /// List GetStockInfo(StockInputDTO input); } }