using Tiger.Model.Entitys.WMS.DTOS; namespace Tiger.IBusiness { /// /// T100对接WMS接口 /// public interface IReworkBusiness { /// /// 数据重工 /// /// int ReworkData(List input); } }