package org.dicadeveloper.weplantaforest.abo; import lombok.Getter; @Getter public class AboEditData { long aboId; int amount; String period; }