wangxinhui
2024-12-30 0bc021a1c7515af5a0f102776488f0457d418d27
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -7,6 +7,7 @@
using WIDESEA_Core.BaseServices;
using WIDESEA_DTO;
using WIDESEA_DTO.Inbound;
using WIDESEA_External.Model;
using WIDESEA_IInboundRepository;
using WIDESEA_Model.Models;
@@ -24,7 +25,10 @@
        WebResponseContent FeedbackInboundOrder(int id);
        WebResponseContent MaterielGroup(SaveModel saveModel);
        //鍏ュ簱瀹屾垚涓婃姤
        WebResponseContent FeedbackInboundOrder(Dt_StockInfo stockInfo);
        /// <summary>
        /// 鍏ュ簱瀹屾垚涓婃姤
        /// </summary>
        /// <returns></returns>
        WebResponseContent FeedbackInboundOrder(Dt_StockInfo stockInfo,Dt_InboundOrder inboundOrder, List<ERPInboundDetailModel> detailModels);
    }
}