出库箱拣货

This commit is contained in:
18942506660
2023-11-23 15:22:16 +08:00
parent 8cf8dab210
commit 2bb740f15e
3 changed files with 30 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ namespace WMS.Web.Domain.Mappers
.ForMember(x => x.DetailId, ops => ops.Ignore())
.ForMember(x => x.Qty, ops => ops.Ignore());
CreateMap<SaveOutStockDetailsRequest, OutStockBoxsDetails>();
CreateMap<BoxInventoryDetails, SaveOutStockDetailsRequest>();
CreateMap<OutStockTask, GetOutStockTaskByNoResponse>();