优化
This commit is contained in:
@@ -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