Done ticket
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.entities.EmailLogEntity;
|
||||
|
||||
@Data
|
||||
public class EmailTrackingRequest {
|
||||
|
||||
private EmailLogEntity emailLogEntity;
|
||||
|
||||
private Long userId;
|
||||
|
||||
private Long entityId;
|
||||
|
||||
private String entityType;
|
||||
}
|
||||
Reference in New Issue
Block a user