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

io.mosip.kernel.masterdata.dto.postresponse.RegCenterMachineDeviceHistoryResponseDto Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.kernel.masterdata.dto.postresponse;

import io.mosip.kernel.masterdata.dto.RegistrationCenterMachineDeviceHistoryDto;
import lombok.Data;

/**
 * Response Dto class
 * 
 * @author Srinivasan
 *
 */
@Data
public class RegCenterMachineDeviceHistoryResponseDto {

	private RegistrationCenterMachineDeviceHistoryDto registrationCenterMachineDeviceHistoryDto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy