@@ -18,7 +18,6 @@ public class FosterwxTaskScheduleHandle {
private String year;
private String month;
private LocalDate sendDate;
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime sendTime;
private String mark;
}