This commit is contained in:
DEVICE8\12494
2023-05-17 17:56:21 +08:00
parent 8971b48984
commit 32ab2c3411
7 changed files with 81 additions and 26 deletions

View File

@@ -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);
}
}
}