adding soft delete

This commit is contained in:
2025-10-22 23:45:09 +02:00
parent 540f859cda
commit 724ff484d7
2 changed files with 4 additions and 0 deletions

View File

@@ -40,4 +40,5 @@ public class BaseEntity {
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS")
private LocalDateTime updatedAt; // Or Date, Timestamp
private Boolean deleted;
}