Dear experts,
I have added 2 virtual fields to standard data entity EcoResProductAttributeValueV2Entity.

Their properties:

and
.
I created an extension class for data entity and extended the postLoad() method to populated my new virtual fields.
.
After that i have built my model with DB sync.
But, when I try to use this data entity for export operation, my new virtual fields are not exported at all.
And I cannot see my new fields when i open this data entityt from DMF workspace.
Though i have refreshed data entities with this:

Can you advise me of what I should do to fix this issue?