wangxinhui
2026-03-26 5c272c606bdf2da3577dbaa5f48d0ee163f1e7d2
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_IInboundRepository/IInboundRepository.cs
@@ -32,6 +32,25 @@
        /// MES成品/半成品仓储接口
        /// </summary>
        IMESProInOrderInfoRepository MESProInOrderInfoRepository { get; }
        /// <summary>
        /// åŽŸæ–™ç¼“å­˜æ‰«ç 
        /// </summary>
        IYLInboundCacheRepository YLInboundCacheRepository { get; }
        /// <summary>
        /// äºŒæœŸå…¥åº“单仓储接口
        /// </summary>
        IInboundOrderRepository InboundOrderRepository { get; }
        /// <summary>
        /// äºŒæœŸå…¥åº“单明细仓储接口
        /// </summary>
        IInboundOrderDetailRepository InboundOrderDetailRepository { get; }
        /// <summary>
        /// äºŒæœŸé‡‡è´­å…¥åº“单仓储接口
        /// </summary>
        IPurchaseOrderRepository PurchaseOrderRepository { get; }
        /// <summary>
        /// äºŒæœŸé‡‡è´­å…¥åº“单明细仓储接口
        /// </summary>
        IPurchaseOrderDetailRepository PurchaseOrderDetailRepository { get; }
    }
}