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/AlertConfig.java | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/yssh/entity/AlertConfig.java b/src/main/java/com/yssh/entity/AlertConfig.java index 73aa684..c97f7a4 100644 --- a/src/main/java/com/yssh/entity/AlertConfig.java +++ b/src/main/java/com/yssh/entity/AlertConfig.java @@ -27,4 +27,44 @@ private Double pfyj; @ApiModelProperty(value = "鎺掓斁鎶ヨ鍊�") private Double pfbj; + + public Integer getId() { + return id; + } + + public void setId(Integer id) { + this.id = id; + } + + public Double getJcyj() { + return jcyj; + } + + public void setJcyj(Double jcyj) { + this.jcyj = jcyj; + } + + public Double getJcbj() { + return jcbj; + } + + public void setJcbj(Double jcbj) { + this.jcbj = jcbj; + } + + public Double getPfyj() { + return pfyj; + } + + public void setPfyj(Double pfyj) { + this.pfyj = pfyj; + } + + public Double getPfbj() { + return pfbj; + } + + public void setPfbj(Double pfbj) { + this.pfbj = pfbj; + } } -- Gitblit v1.9.3