WMS 库房业务,生成任务,任务执行
This commit is contained in:
@@ -8,11 +8,9 @@ namespace Tnb.WarehouseMgr.Entities.Mapper
|
||||
{
|
||||
public void Register(TypeAdapterConfig config)
|
||||
{
|
||||
//config.ForType<InOutStockApplyforUpInput, WmsInstockD>()
|
||||
// .Map(dest => dest.id, src => src.bill_id);
|
||||
//config.ForType<InOutStockApplyforUpInput, WmsOutstockD>()
|
||||
// .Map(dest => dest.id, src => src.bill_id);
|
||||
|
||||
config.ForType<WmsPretaskH, WmsDistaskH>()
|
||||
.Map(dest => dest.pretask_id, src => src.id)
|
||||
.Map(dest => dest.pretask_code, src => src.bill_code);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user