using Tnb.WarehouseMgr.Entities.Dto.Inputs; namespace Tnb.WarehouseMgr.Interfaces { /// /// 入库申请服务接口 /// public interface IWmsInStockService { Task MESCreateInstock(MESCreateInstockInput input); } }