|
|
@@ -1,5 +1,6 @@
|
|
|
package com.mokamrp.privates.entity.pangu;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.time.LocalDate;
|
|
|
@@ -17,6 +18,7 @@ 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;
|
|
|
}
|