1
This commit is contained in:
@@ -8,6 +8,10 @@ namespace Tnb.EquipMgr.Entities.Mapper
|
||||
{
|
||||
public void Register(TypeAdapterConfig config)
|
||||
{
|
||||
config.ForType<MoldMaintenance, MoldMaintainItemListOutput>()
|
||||
.Map(dest => dest.item_id, src => src.id);
|
||||
config.ForType<ToolMolds, RelevanceMoldListOutput>()
|
||||
.Map(dest => dest.mold_id, src => src.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user