dengjunjie
2025-02-11 8467804705615f7614c29e7ef7ac3e99f5c13a54
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -14,7 +14,7 @@
    public interface IInboundOrderService : IService<Dt_InboundOrder>
    {
        IInboundOrderRepository Repository { get; }
        bool UpdateDataWithDetail(Dt_InboundOrder inboundOrder);
        Dt_InboundOrder GetInboundOrder(string inboundOrderNo);
        WebResponseContent AddInboundOrder(InboundOrderAddDTO orderAddDTO);