箱库存
This commit is contained in:
@@ -32,6 +32,11 @@ namespace WMS.Web.Domain.Mappers
|
||||
//采购上架映射
|
||||
CreateMap<BoxInventoryNoPurchaseGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryNoPurchaseDetailsGenerateDto, BoxInventoryDetails>();
|
||||
|
||||
//箱库存映射
|
||||
CreateMap<BoxInventoryGenerateDto, BoxInventory>();
|
||||
CreateMap<BoxInventoryGenerateDetailsDto, BoxInventoryDetails>();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user