|
@@ -1,5 +1,6 @@
|
|
|
package com.fs.todo.param;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.io.Serializable;
|
|
@@ -47,6 +48,7 @@ public class QueryTodoItemsParam implements Serializable {
|
|
|
/**
|
|
|
* 截止日期
|
|
|
*/
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime dueDate;
|
|
|
|
|
|
/**
|