From 453e3471e94b91169beec1e258a06a132d927011 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 02 十二月 2024 15:01:50 +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