dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IOutboundRepository/IOutboundOrderRepository.cs
@@ -10,5 +10,12 @@
{
    public interface IOutboundOrderRepository : IRepository<Dt_OutboundOrder>
    {
        /// <summary>
        /// æŸ¥è¯¢å·¥å•及工单详情
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        Dt_OutboundOrder GetStockInfo(int id);
        List<Dt_OutboundOrder> GetStockInfos(List<int> ids);
    }
}