feiyu02
2023-11-15 45fdeee912088efbd07a748a011682c6c6d1ce51
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;
    /**