异常开始结束带代码提交
This commit is contained in:
@@ -12,6 +12,9 @@ namespace Tnb.EquipMgr.Entities.Mapper
|
||||
.Map(dest => dest.item_id, src => src.id);
|
||||
config.ForType<ToolMolds, RelevanceMoldListOutput>()
|
||||
.Map(dest => dest.mold_id, src => src.id);
|
||||
config.ForType<ToolMolds, MaintainPlanMoldLstOutput>()
|
||||
.Map(dest => dest.mold_id, src => src.id);
|
||||
//.Map(dest=>dest.mold_name,src=>src.mold_name);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user