ResponseConfigurationGetDTO.java 312 Bytes
Newer Older
akbar fauzi's avatar
akbar fauzi committed
1 2 3 4 5 6 7 8 9 10 11
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;
}