dengjunjie
2025-05-20 be484c84a25d1f6c769e7b5e958048d745942e55
ÏîÄ¿´úÂë/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);
    }
}