@@ -35,5 +35,5 @@ public record PlanNewCommon(
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
ZonedDateTime createdAt,
- ZonedDateTime updatedAt) {
+ ZonedDateTime updateAt) {
}