Added emailTemplate field in amendment response
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class EmailContentResponse {
|
||||
private final String subject;
|
||||
private final String body;
|
||||
private final SystemEmailTemplateResponse systemEmailTemplateResponse;
|
||||
}
|
||||
Reference in New Issue
Block a user