箱号查询
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Dto;
|
||||
using WMS.Web.Domain.Entitys;
|
||||
|
||||
namespace WMS.Web.Domain.Infrastructure
|
||||
@@ -12,5 +13,7 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
public interface IBoxRepositories
|
||||
{
|
||||
Task<Box> Get(string BoxBillNo);
|
||||
//根据箱号查询物料信息
|
||||
Task<List<BoxDetailResponse>> GetDetails(string BoxBillNo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user