using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_IWMSPart
{
    /// 
    /// 货位状态变动记录业务接口层
    /// 
    public interface ILocationStatusChangeRecordService : IService
    {
        IRepository Repository { get; }
    }
}