From ef5dda6db97f89c09a714b9304f302c00ee4ac6c Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期二, 16 一月 2024 13:53:07 +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 | 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