fixing bug on transaction instances
This commit is contained in:
@@ -40,5 +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;
|
||||
private Boolean deleted = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user