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