调整箱信息结构

This commit is contained in:
18942506660
2023-11-01 15:23:43 +08:00
parent a2db8d62ed
commit 57b4116031
5 changed files with 15 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ namespace WMS.Web.Repositories
BoxResponse result = new BoxResponse()
{
Id = entity.Id,
SupplierId=entity.SupplierId,
BoxBillNo = entity.BoxBillNo
};
result.Details = await _context.BoxDetails