iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceOutbound/WorkPieceOutboundService.cs
@@ -18,6 +18,7 @@ //[Route("api")] [ApiDescriptionSettings("自己的业务", Name = "WorkPieceOutbound", Order = 100)] [Route("api/[Controller]")] [DisableOpLog] public class WorkPieceOutboundService : IWorkPieceOutboundService, IDynamicApiController, ITransient { private readonly IRepository<WorkPieceOutbound,MasterDbContextLocator> _workPieceOutboundRep;