wangxinhui
2025-11-12 f54b7815d8451f362554e3d2d09b4991ce13d4ff
ÏîÄ¿´úÂë/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; }
    }
}