This commit is contained in:
tongfei
2023-11-23 15:24:59 +08:00
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>();