|
|
@@ -48,7 +48,6 @@ public abstract class BaseEntity {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- @JsonProperty("createdAt")
|
|
|
public String getCreatedBy() {
|
|
|
return createdBy;
|
|
|
}
|
|
|
@@ -57,6 +56,7 @@ public abstract class BaseEntity {
|
|
|
this.createdBy = createdBy;
|
|
|
}
|
|
|
|
|
|
+ @JsonProperty("createdAt")
|
|
|
public LocalDateTime getCreatedAt() {
|
|
|
return createdAt;
|
|
|
}
|