移箱列表

This commit is contained in:
18942506660
2023-10-27 09:22:37 +08:00
parent 0d88d4a35c
commit eec8396a91
6 changed files with 100 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using WMS.Web.Core.Dto.MoveBoxRecord;
using WMS.Web.Domain.Entitys;
using WMS.Web.Domain.Infrastructure;
using WMS.Web.Repositories.Configuration;
@@ -57,5 +58,10 @@ namespace WMS.Web.Repositories
}
}
public Task<(List<MoveBoxRecordQueryInfoResponse> list, int total)> GetListAsync(MoveBoxRecordQueryRequest dto)
{
throw new NotImplementedException();
}
}
}