优化获取金蝶入库数据
This commit is contained in:
@@ -32,6 +32,7 @@ namespace WMS.Web.Domain.Mappers
|
||||
.ForMember(x => x.MaterialId, ops => ops.MapFrom(x => x.FMaterialId))
|
||||
.ForMember(x => x.StockId, ops => ops.MapFrom(x => x.FSOSTOCKID))
|
||||
|
||||
.ForMember(x => x.FactoryPrice, ops => ops.MapFrom(x => x.FCHUCHANGPRICE))
|
||||
.ForMember(x => x.AccruedQty, ops => ops.MapFrom(x => x.FQty))
|
||||
.ForMember(x => x.Remark, ops => ops.MapFrom(x => x.FEntryNote))
|
||||
.ForMember(x => x.CreateTime, ops => ops.MapFrom(x => x.FCreateDate))
|
||||
|
||||
Reference in New Issue
Block a user