package net.gepafin.tendermanagement.model.response; import lombok.Data; @Data public class NdgResponse { private String ndg; }