dengjunjie
2025-06-19 fb79dc54d6484146b74d29bf5644df880fc1fa01
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -17,10 +17,12 @@
        WebResponseContent AddInboundOrder(InboundOrderAddDTO orderAddDTO);
        WebResponseContent GetInboundOrder(InboundOrderGetDTO inboundOrderGetDTO);
        Dt_InboundOrder GetInboundOrder(string inboundOrderNo);
        WebResponseContent GetInboundOrderDetail(string OrderNo);
        WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO);
        WebResponseContent MaterielGroup(SaveModel saveModel);
        WebResponseContent QueryOrderDetailInfo(int pageNo, string orderNo);
        WebResponseContent QueryOrderInfo(int pageNo, string orderNo);
    }
}