Skip to content

Commit

Permalink
Add MediaRecordDeletedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
myluki2000 committed Aug 6, 2024
1 parent a0146bd commit b35ca5c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
package de.unistuttgart.iste.meitrex.common.event;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;

import java.util.UUID;

@Data
@AllArgsConstructor
@Builder
public class MediaRecordDeletedEvent {
private UUID mediaRecordId;
}

0 comments on commit b35ca5c

Please sign in to comment.