Commit b8941dff by 刘鑫

pref: 示例值

1 parent 8f2c7ea8
...@@ -117,7 +117,7 @@ public class CapacityQueryDTO { ...@@ -117,7 +117,7 @@ public class CapacityQueryDTO {
*/ */
@DateTimeFormat(pattern = "yyyy-MM-dd") @DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private LocalDate date; private Date date;
/** /**
* 容量列表 * 容量列表
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!