using Tnb.ProductionMgr.Entities.Dto; namespace Tnb.ProductionMgr.Interfaces { /// /// MES齐套出库接口 /// public interface IPrdKittingOutService { /// /// 齐套出库 一般出库 物料出库 改状态 /// /// /// public Task ChangeStatusById(List inputs); } }