using Tnb.ProductionMgr.Entities.Dto; namespace Tnb.ProductionMgr.Interfaces { /// /// 工单生成 /// public interface IPrdMoService { Task WorkOrderIssue(MoCrInput input); } }