Updated notification code.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
public class NotificationResponse {
|
||||
private Long id;
|
||||
private Long userId;
|
||||
private String message;
|
||||
private String notificationType;
|
||||
private String status;
|
||||
private LocalDateTime createdDate;
|
||||
private LocalDateTime updatedDate;
|
||||
private String redirectUrl;
|
||||
private Long companyId;
|
||||
}
|
||||
Reference in New Issue
Block a user