wangxinhui
2026-03-07 d82252f08a32f5786ffe231b7fd301b6a60781d6
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_IInboundRepository/IInboundRepository.cs
@@ -32,5 +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; }
    }
}