In my project, I am using Lombok and mapstruct.
Here is my entity.
Wallet
package com.coin.cointracker.entity; import lombok.*; i