using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_IWMSPart;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_WMSPart
{
///
/// 货位信息业务接口实现层
///
public partial class LocationInfoService : ServiceBase>, ILocationInfoService
{
public IRepository Repository => BaseDal;
public LocationInfoService(IRepository BaseDal) : base(BaseDal)
{
}
public override PageGridData GetPageData(PageDataOptions options)
{
return base.GetPageData(options);
}
public WebResponseContent GetLocationLayer()
{
WebResponseContent content = new WebResponseContent();
try
{
List