From e47aa1b3ca12923e194d6e88187d2ecdb29eb186 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 十二月 2023 16:09:04 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/java/com/example/springboot/entity/alarmmg.java | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 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 e1380ba..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,16 +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;//鎶ヨ鏃堕棿锛岄潪鏃堕棿鎴崇被鍨�
- private String timeons;
-
+ // 鑷id
public void setid(Integer id) {
this.id = id;
}
@@ -19,6 +18,7 @@
return id;
}
+ // 鎶ヨ鍐呭
public void setontent(String content) {
this.content = content;
}
@@ -27,6 +27,7 @@
return content;
}
+ // 鎶ヨ寮�濮嬫椂闂�
public void settimeon(Date timeon) {
this.timeon = timeon;
}
@@ -35,6 +36,7 @@
return timeon;
}
+ // 鎶ヨ缁撴潫鏃堕棿
public void setendTime(Date endTime) {
this.endTime = endTime;
}
--
Gitblit v1.8.0