Enhanced PEC error response saving
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.EmailScenarioTypeEnum;
|
||||
|
||||
@Data
|
||||
public class EmailSendResponse {
|
||||
private Boolean isEmailSend;
|
||||
private Long userActionId;
|
||||
private EmailScenarioTypeEnum emailScenario;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user