pan
2025-11-17 f5df33d51a8555d709a4e8369fa98ce70759ddfc
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundOrderService.cs
@@ -17,5 +17,7 @@
        IRepository<Dt_OutboundOrder> Repository { get; }
        WebResponseContent ReceiveOutboundOrder(Dt_OutboundOrder model, int operateType);
        Task<WebResponseContent> GetById(int id);
    }
}