From 0d0ab69d42bcfcd3a980405a0d06bbe51a3564eb Mon Sep 17 00:00:00 2001 From: PerryHsu <perryhsu@163.com> Date: 星期日, 18 十二月 2022 16:04:26 +0800 Subject: [PATCH] 告警派工单更新 --- src/main/java/com/whyc/pojo/WorksheetAlarm.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/WorksheetAlarm.java b/src/main/java/com/whyc/pojo/WorksheetAlarm.java index a2ad724..3e64828 100644 --- a/src/main/java/com/whyc/pojo/WorksheetAlarm.java +++ b/src/main/java/com/whyc/pojo/WorksheetAlarm.java @@ -14,6 +14,7 @@ @Alias("WorksheetAlarm") public class WorksheetAlarm { private Integer id; + private Integer mainId; private Integer alarmNum; private Integer stationId; private Integer battGroupId; @@ -32,6 +33,14 @@ this.id = id; } + public Integer getMainId() { + return mainId; + } + + public void setMainId(Integer mainId) { + this.mainId = mainId; + } + public Integer getAlarmNum() { return alarmNum; } -- Gitblit v1.9.1