wankeda
2 天以前 96f8501cc973232b340e36a61992ec1ad47e4a31
WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -16,7 +16,6 @@
    {
        IInboundOrderRepository Repository { get; }
        WebResponseContent AddInboundOrder(InboundOrderAddDTO orderAddDTO);
        WebResponseContent AddInboundOrders(HouseInbound orderAddDTO);
        WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO);
@@ -25,5 +24,8 @@
        WebResponseContent InventoryIn(string name);
        WebResponseContent CancelIn(HouseCancelIn houseCancelIn);
        Dt_InboundOrder GetInboundOrder(string InboundOrderNo);
        WebResponseContent GetInboundOrders(SaveModel saveModel);
    }
}