优化
This commit is contained in:
@@ -14,6 +14,11 @@ namespace WMS.Web.Core.Dto.Inventory
|
||||
/// </summary>
|
||||
public int BoxId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 组织编码
|
||||
/// </summary>
|
||||
public string OrgCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 仓库编码
|
||||
/// </summary>
|
||||
|
||||
@@ -53,6 +53,7 @@ namespace WMS.Web.Domain.Mappers
|
||||
CreateMap<ErpInStockResultDto, InStockTaskDetails>()
|
||||
.ForMember(x => x.SupplierId, ops => ops.MapFrom(x => x.SupplierId))
|
||||
.ForMember(x => x.OrgId, ops => ops.MapFrom(x => x.OrgId))
|
||||
.ForMember(x => x.OrgCode, ops => ops.MapFrom(x => x.OrgCode))
|
||||
.ForMember(x => x.MaterialId, ops => ops.MapFrom(x => x.MaterialId))
|
||||
.ForMember(x => x.StockCode, ops => ops.MapFrom(x => x.StockCode))
|
||||
.ForMember(x => x.DeliveredQty, ops => ops.MapFrom(x => x.DeliveredQty))
|
||||
|
||||
Reference in New Issue
Block a user