修复bug
This commit is contained in:
@@ -21,12 +21,17 @@ namespace WMS.Web.Domain.Mappers
|
||||
CreateMap<OutStockDetails, OutStockDetails>();
|
||||
CreateMap<OutStockErpDetails, OutStockErpDetails>();
|
||||
|
||||
|
||||
CreateMap<SaveOutStockRequest, OutStockDetails>();
|
||||
|
||||
CreateMap<OutStockTaskDetails, OutStockDetails>()
|
||||
.ForMember(x => x.Id, ops => ops.Ignore())
|
||||
.ForMember(x => x.Fid, ops => ops.Ignore())
|
||||
.ForMember(x => x.Qty, ops => ops.Ignore());
|
||||
CreateMap<OutStockTaskErpDetails, OutStockErpDetails>()
|
||||
.ForMember(x => x.Id, ops => ops.Ignore())
|
||||
.ForMember(x => x.DetailId, ops => ops.Ignore())
|
||||
.ForMember(x => x.Qty, ops => ops.Ignore());
|
||||
|
||||
|
||||
CreateMap<OutStockTask, GetOutStockTaskByNoResponse>();
|
||||
|
||||
Reference in New Issue
Block a user