All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.hcelebi.greenhopper.domain.dto.EstimationDto Maven / Gradle / Ivy

package io.github.hcelebi.greenhopper.domain.dto;

import lombok.Data;

import java.io.Serial;
import java.io.Serializable;

@Data
public class EstimationDto implements Serializable {
    @Serial
    private static final long serialVersionUID = 8365689993726195686L;
    private Integer value;
    private String text;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy