From 09fe50d59e2f1e2261d376eb49ad6c40301f25b4 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 10 五月 2024 16:08:59 +0800
Subject: [PATCH] 修改IP与数据库连接

---
 springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java b/springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java
index 3ddeac5..cde8841 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java
@@ -1,13 +1,15 @@
 package com.example.springboot.entity;
 
 import java.util.Date;
-
+//鎶ヨ淇℃伅琛�
 public class alarmmg {
-  private Integer id;
-  private String content;
-  private Date timeon;
-  private Date endTime;
+  private Integer id;//鑷id
+  private String content;//鎶ヨ鍐呭
+  private Date timeon;//鎶ヨ鏃堕棿
+  private Date endTime;//鎶ヨ缁撴潫鏃堕棿
+  private String timeons;//鎶ヨ鏃堕棿锛岄潪鏃堕棿鎴崇被鍨�
 
+  // 鑷id
   public void setid(Integer id) {
     this.id = id;
   }
@@ -16,6 +18,7 @@
     return id;
   }
 
+  // 鎶ヨ鍐呭
   public void setontent(String content) {
     this.content = content;
   }
@@ -24,6 +27,7 @@
     return content;
   }
 
+  // 鎶ヨ寮�濮嬫椂闂�
   public void settimeon(Date timeon) {
     this.timeon = timeon;
   }
@@ -32,6 +36,7 @@
     return timeon;
   }
 
+  // 鎶ヨ缁撴潫鏃堕棿
   public void setendTime(Date endTime) {
     this.endTime = endTime;
   }
@@ -40,4 +45,12 @@
     return endTime;
   }
 
+  public void settimeons(String timeons) {
+    this.timeons = timeons;
+  }
+
+  public String gettimeons() {
+    return timeons;
+  }
+
 }

--
Gitblit v1.8.0