盘点-库存
This commit is contained in:
@@ -37,6 +37,11 @@ namespace WMS.Web.Domain.Mappers
|
||||
CreateMap<BoxInventoryGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryGenerateDetailsDto, BoxInventoryDetails>();
|
||||
|
||||
//盘点
|
||||
CreateMap<BoxInventoryTakeGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryTakeDetailsGenerateDto, BoxInventoryDetails>();
|
||||
|
||||
|
||||
//物料收发明细-映射
|
||||
CreateMap<InventoryInOutDetailsGenerateDto, InventoryInOutDetails>()
|
||||
.ForMember(x => x.OrderType, ops => ops.MapFrom(x => x.OrderType))
|
||||
|
||||
Reference in New Issue
Block a user