优化接口
This commit is contained in:
@@ -201,7 +201,7 @@ namespace WMS.Web.Repositories
|
||||
|
||||
var list = await query.Select(s => new InStockTaskBillNoQueryResponse()
|
||||
{
|
||||
Id=s.detail.Id,
|
||||
Id=s.order.Id,
|
||||
DetailsId=s.detail.Id,
|
||||
SourceBillNo=s.order.SourceBillNo,
|
||||
MaterialId=s.detail.MaterialId,
|
||||
|
||||
Reference in New Issue
Block a user