燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 1d1b21f7f9416dc6a350dc83506364bb822e9e1c
src/main/java/com/yssh/entity/SuYuanMonitorData.java
@@ -21,4 +21,28 @@
    private Double value;
   @ApiModelProperty(value = "时间")
    private Integer time;
   public String getId() {
      return id;
   }
   public void setId(String id) {
      this.id = id;
   }
   public Double getValue() {
      return value;
   }
   public void setValue(Double value) {
      this.value = value;
   }
   public Integer getTime() {
      return time;
   }
   public void setTime(Integer time) {
      this.time = time;
   }
}