Done ticket GEPAFINBE-210
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class EmailSendResponse {
|
||||
private Boolean isEmailSend;
|
||||
private Long userActionId;
|
||||
}
|
||||
Reference in New Issue
Block a user