guyue
2025-08-15 7c1335ff559c08bbcef479bd2b01a08a1f4e55f2
src/main/java/com/linghu/model/vo/GetTimeVO.java
@@ -13,10 +13,10 @@
public class GetTimeVO {
    @ApiModelProperty("本次采集时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date now;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime now;
    @ApiModelProperty("首次采集时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date first;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime first;
}