From 1d1b21f7f9416dc6a350dc83506364bb822e9e1c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 27 四月 2023 13:50:08 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/entity/SuYuanMonitorData.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/yssh/entity/SuYuanMonitorData.java b/src/main/java/com/yssh/entity/SuYuanMonitorData.java index c8d57ab..586ac6c 100644 --- a/src/main/java/com/yssh/entity/SuYuanMonitorData.java +++ b/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; + } } -- Gitblit v1.9.3