wanshenmean
2 天以前 c5c3e4e538a11f2a6391e6b2613375b1f92eb20a
Code/WMS/WIDESEA_WMSServer/WIDESEA_IStockService/IStockInfoDetailService.cs
@@ -4,8 +4,14 @@
namespace WIDESEA_IStockService
{
    /// <summary>
    /// 库存明细服务接口
    /// </summary>
    public interface IStockInfoDetailService : IService<Dt_StockInfoDetail>
    {
        /// <summary>
        /// 获取库存明细仓储接口
        /// </summary>
        IRepository<Dt_StockInfoDetail> Repository { get; }
    }
}