package com.eksad.masterdata.common.dto.responseDto; import com.eksad.ddms.common.util.response.ResponseDTO; import com.eksad.masterdata.common.dto.ConfigurationDTO; import lombok.Data; @Data public class ResponseConfigurationGetDTO { ResponseDTO response; private ConfigurationDTO configurationDTO; }