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

io.mosip.pms.common.response.dto.NotificationResponseDto Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.response.dto;

import lombok.Data;

@Data
public class NotificationResponseDto {
	private String status;
	private String message;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy