Done ticket GEPAFINBE-39
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SystemEmailTemplateResponse {
|
||||
|
||||
String htmlContent;
|
||||
|
||||
String subject;
|
||||
|
||||
Map<String, String> jsonMap;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user