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