using WIDESEAWCS_Core.BaseRepository; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_IWMSPart { /// /// 库存头表历史信息业务接口层 /// public interface IStockInfo_HtyService : IService { IRepository Repository { get; } } }