huliguo
1 天以前 71746341215e75f2d96a329a4c0f44e61c13aa49
src/main/java/com/linghu/model/dto/ServerResourceResponse.java
@@ -10,7 +10,7 @@
public class ServerResourceResponse {
    private String cpu_usage_percent;
    private String memory_usage_percent;
    @JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss.SSS", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSSSS", timezone = "GMT+8")
    private LocalDateTime timestamp;
    private String message;
    public ServerResourceResponse(){