src/main/java/com/flightfeather/monitor/domain/ds1/entity/RiskValue.java
@@ -1,5 +1,7 @@ package com.flightfeather.monitor.domain.ds1.entity; import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; import javax.persistence.*; @@ -17,6 +19,7 @@ /** * 时间 */ @JsonFormat(shape = JsonFormat.Shape.STRING,pattern = "YYYY-MM-dd HH:mm:ss", timezone = "GMT+8") private Date lst; /**