using WIDESEAWCS_Core.BaseRepository; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_IWMSPart; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_WMSPart { /// /// 库存明细历史信息业务接实现层 /// public partial class StockInfoDetail_HtyService : ServiceBase>, IStockInfoDetail_HtyService { public StockInfoDetail_HtyService(IRepository BaseDal) : base(BaseDal) { } public IRepository Repository => BaseDal; } }